Module: sip-router Branch: master Commit: d9f7383cf79047f1a497f3b66fe276fdabe9901a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9f7383c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon May 14 09:48:25 2012 +0200
dialog(k): changed log level for a debug message from L_ERR to L_DBG
---
modules_k/dialog/dlg_handlers.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/dlg_handlers.c b/modules_k/dialog/dlg_handlers.c index 0b528a0..a6c1e3f 100644 --- a/modules_k/dialog/dlg_handlers.c +++ b/modules_k/dialog/dlg_handlers.c @@ -934,7 +934,7 @@ int dlg_set_tm_waitack(tm_cell_t *t, dlg_cell_t *dlg) if(t==NULL) return -1;
- LM_ERR("registering TMCB to wait for negative ACK\n"); + LM_DBG("registering TMCB to wait for negative ACK\n"); iuid = dlg_get_iuid_shm_clone(dlg); if(iuid==NULL) {