[sr-dev] git:4.2: modules/pua: reduced log level of cleaning message
Juha Heinanen
jh at tutpro.com
Mon Oct 13 18:08:53 CEST 2014
Module: sip-router
Branch: 4.2
Commit: aa0175dfe854625f90f1d521e6c3cd5445301804
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa0175dfe854625f90f1d521e6c3cd5445301804
Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at 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);
}
More information about the sr-dev
mailing list