Module: kamailio
Branch: master
Commit: 3b89c83bceb70da6fcbc9495dbcfec04e3f65ba4
URL:
https://github.com/kamailio/kamailio/commit/3b89c83bceb70da6fcbc9495dbcfec0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-01-24T12:25:26+01:00
dialog: removed end of line in middle of log message
---
Modified: modules/dialog/dlg_hash.c
---
Diff:
https://github.com/kamailio/kamailio/commit/3b89c83bceb70da6fcbc9495dbcfec0…
Patch:
https://github.com/kamailio/kamailio/commit/3b89c83bceb70da6fcbc9495dbcfec0…
---
diff --git a/modules/dialog/dlg_hash.c b/modules/dialog/dlg_hash.c
index 134626a..1c42bed 100644
--- a/modules/dialog/dlg_hash.c
+++ b/modules/dialog/dlg_hash.c
@@ -689,7 +689,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;
}