Kaynağa Gözat

modules/pua: reduced log level of cleaning message

Juha Heinanen 11 yıl önce
ebeveyn
işleme
53f12ab00a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 	}