[sr-dev] git:master:cef6284f: nathelper: remove AVP from log message, use generic term

Henning Westerholt hw at skalatan.de
Mon Nov 25 20:54:19 CET 2019


Module: kamailio
Branch: master
Commit: cef6284f18e0d4c606dcee3198f77e34e4c0863d
URL: https://github.com/kamailio/kamailio/commit/cef6284f18e0d4c606dcee3198f77e34e4c0863d

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-11-25T20:53:37+01:00

nathelper: remove AVP from log message, use generic term

---

Modified: src/modules/nathelper/nathelper.c

---

Diff:  https://github.com/kamailio/kamailio/commit/cef6284f18e0d4c606dcee3198f77e34e4c0863d.diff
Patch: https://github.com/kamailio/kamailio/commit/cef6284f18e0d4c606dcee3198f77e34e4c0863d.patch

---

diff --git a/src/modules/nathelper/nathelper.c b/src/modules/nathelper/nathelper.c
index be95ddd8cd..aae1791b94 100644
--- a/src/modules/nathelper/nathelper.c
+++ b/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;
 	}
 




More information about the sr-dev mailing list