Module: sip-router
Branch: master
Commit: c576a5a2e638aa05d31305d11ec05994af7584d9
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c576a5a…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Mon Sep 7 13:15:44 2009 +0300
modules_k/imc: degraded log message
* Degraded log message from info to dbg in imc_parse_cmd function.
---
modules_k/imc/imc_cmd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/imc/imc_cmd.c b/modules_k/imc/imc_cmd.c
index f947451..e42595a 100644
--- a/modules_k/imc/imc_cmd.c
+++ b/modules_k/imc/imc_cmd.c
@@ -144,7 +144,7 @@ int imc_parse_cmd(char *buf, int len, imc_cmd_p cmd)
} while(1);
done:
- LM_ERR("command: [%.*s]\n", cmd->name.len, cmd->name.s);
+ LM_DBG("command: [%.*s]\n", cmd->name.len, cmd->name.s);
for(i=0; i<IMC_CMD_MAX_PARAM; i++)
{
if(cmd->param[i].len<=0)