Browse Source

modules/dialog_ng: fixed incorrect log level

Jason Penton 12 years ago
parent
commit
be3819d410
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/dialog_ng/dlg_handlers.c

+ 1 - 1
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;
         }