Module: kamailio
Branch: 4.1
Commit: 6da6904f02da3fa1ac9ac9527dce046ce0b39d35
URL: 
https://github.com/kamailio/kamailio/commit/6da6904f02da3fa1ac9ac9527dce046ce0b39d35

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-01-24T18:47:24+01:00

dialog: removed end of line in middle of log message

(cherry picked from commit 3b89c83bceb70da6fcbc9495dbcfec04e3f65ba4)
(cherry picked from commit cd0e341cba059f43ac204a5d13e4baee9c5948f1)

---

Modified: modules/dialog/dlg_hash.c

---

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

---

diff --git a/modules/dialog/dlg_hash.c b/modules/dialog/dlg_hash.c
index 39ff50e..b9ed0e9 100644
--- a/modules/dialog/dlg_hash.c
+++ b/modules/dialog/dlg_hash.c
@@ -710,7 +710,7 @@ static inline struct dlg_cell* internal_get_dlg(unsigned 
int h_entry,
                if (match_dialog( dlg, callid, ftag, ttag, dir)==1) {
                        ref_dlg_unsafe(dlg, 1);
                        dlg_unlock( d_table, d_entry);
-                       LM_DBG("dialog callid='%.*s' found\n on entry %u, 
dir=%d\n",
+                       LM_DBG("dialog callid='%.*s' found on entry %u, 
dir=%d\n",
                                callid->len, callid->s,h_entry,*dir);
                        return dlg;
                }


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to