... | ... |
@@ -2154,8 +2154,7 @@ static void nh_timer(unsigned int ticks, void *timer_idx) |
2154 | 2154 |
} else if(path.len && udpping_from_path) { |
2155 | 2155 |
path_ip_str = extract_last_path_ip(path); |
2156 | 2156 |
if(path_ip_str == NULL) { |
2157 |
- LM_ERR("ERROR:nathelper:nh_timer: unable to parse path from " |
|
2158 |
- "location\n"); |
|
2157 |
+ LM_ERR("unable to parse path from location\n"); |
|
2159 | 2158 |
continue; |
2160 | 2159 |
} |
2161 | 2160 |
if(get_natping_socket(path_ip_str, &path_ip, &path_port)) { |