2
0
Эх сурвалжийг харах

modules/pua: reduced log level of cleaning message

Juha Heinanen 11 жил өмнө
parent
commit
53f12ab00a

+ 1 - 1
modules/pua/pua_db.c

@@ -189,7 +189,7 @@ int clean_puadb( int update_period, int min_expires )
 	if (RES_ROW_N(res) == 0)
 	if (RES_ROW_N(res) == 0)
 	{
 	{
 		/* no match */ 
 		/* 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);
 		pua_dbf.free_result(pua_db, res);
 		return(0);
 		return(0);
 	}
 	}