Module: sip-router
Branch: master
Commit: be3819d410bf5a9f11c3744d9978e60103746041
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be3819d…
Author: Jason Penton <jason.penton(a)smilecoms.com>
Committer: Jason Penton <jason.penton(a)smilecoms.com>
Date: Wed Apr 17 17:10:21 2013 +0200
modules/dialog_ng: fixed incorrect log level
---
modules/dialog_ng/dlg_handlers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/dialog_ng/dlg_handlers.c b/modules/dialog_ng/dlg_handlers.c
index 7f89bda..43b025b 100644
--- a/modules/dialog_ng/dlg_handlers.c
+++ b/modules/dialog_ng/dlg_handlers.c
@@ -387,7 +387,7 @@ static void dlg_onreply(struct cell* t, int type, struct tmcb_params
*param) {
if (type == TMCB_RESPONSE_OUT) {
if (rpl == FAKED_REPLY) {
- LM_ERR("Faked reply\n");
+ LM_DBG("Faked reply\n");
return;
}