Explorar o código

modules/pua: reduced log level of cleaning message

Juha Heinanen %!s(int64=11) %!d(string=hai) anos
pai
achega
53f12ab00a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/pua/pua_db.c

+ 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)
 	{
 		/* 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);
 	}