Module: sip-router Branch: 4.2 Commit: aa0175dfe854625f90f1d521e6c3cd5445301804 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa0175df...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Mon Oct 13 19:00:08 2014 +0300
modules/pua: reduced log level of cleaning message (cherry picked from commit 53f12ab00ae9ea2075ad207a1cc53dc52c242e3a)
---
modules/pua/pua_db.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/pua/pua_db.c b/modules/pua/pua_db.c index ec2e9ff..4a10fff 100644 --- a/modules/pua/pua_db.c +++ b/modules/pua/pua_db.c @@ -189,7 +189,7 @@ int clean_puadb( int update_period, int min_expires ) if (RES_ROW_N(res) == 0) { /* no match */ - LM_INFO( "No records matched for clean\n"); + LM_DBG( "No records matched for clean\n"); pua_dbf.free_result(pua_db, res); return(0); }