Pārlūkot izejas kodu

nathelper: remove AVP from log message, use generic term

Henning Westerholt 5 gadi atpakaļ
vecāks
revīzija
cef6284f18
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/modules/nathelper/nathelper.c

+ 1 - 1
src/modules/nathelper/nathelper.c

@@ -2544,7 +2544,7 @@ static int write_to_avp(struct sip_msg *msg, str *data, str *uri_avp){
 	memset(&valx, 0, sizeof(pv_value_t));
 
 	if(!data->s){
-		LM_ERR("There isn't any data to write to avp\n");
+		LM_ERR("There isn't any data to write to the destination\n");
 		return -1;
 	}