From d386b3abc412bfb287a874b0db44d32a24255330 Mon Sep 17 00:00:00 2001 From: mikomarrache Date: Mon, 13 Apr 2015 20:57:42 +0300 Subject: [PATCH] usrloc: change level of log When a non local socket is found, the entry is not ignored and the message should be for debugging purpose only. --- modules/usrloc/udomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/usrloc/udomain.c b/modules/usrloc/udomain.c index 3c48115299c..680422dc536 100644 --- a/modules/usrloc/udomain.c +++ b/modules/usrloc/udomain.c @@ -310,7 +310,7 @@ static inline ucontact_info_t* dbrow2info(db_val_t *vals, str *contact, int rcon } ci.sock = grep_sock_info( &host, (unsigned short)port, proto); if (ci.sock==0) { - LM_INFO("non-local socket <%s>...ignoring\n", p); + LM_DBG("non-local socket <%s>\n", p); } }