From 42b90ab27d8a59f9ebc47b4bdb2f0238036e8686 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 29 Nov 2018 18:23:24 +0000 Subject: [PATCH] change log level for publisher cleanup --- kamailio/presence-notify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/presence-notify.cfg b/kamailio/presence-notify.cfg index e8305e2..4c6fb4a 100644 --- a/kamailio/presence-notify.cfg +++ b/kamailio/presence-notify.cfg @@ -145,7 +145,7 @@ route[PRESENCE_PUBLISHER_CLEANUP] if (sql_xquery("cb", "select * from tmp_probe", "ra") == 1) { while($xavp(ra) != $null) { - xlog("L_WARNING", "processing $xavp(ra=>event) notifies for $xavp(ra=>presentity_uri)\n"); + xlog("L_DEBUG", "processing $xavp(ra=>event) notifies for $xavp(ra=>presentity_uri)\n"); pres_refresh_watchers("$xavp(ra=>presentity_uri)", "$xavp(ra=>event)", 1); pv_unset("$xavp(ra)"); }