Module: kamailio Branch: master Commit: a466917378d516025062f7c1d5cf2958c70aa0b9 URL: https://github.com/kamailio/kamailio/commit/a466917378d516025062f7c1d5cf2958c70aa0b9
Author: Emmanuel Schmidbauer <[email protected]> Committer: Emmanuel Schmidbauer <[email protected]> Date: 2019-01-23T08:39:27-05:00 presence: switch warning to debug --- Modified: src/modules/presence/presentity.c --- Diff: https://github.com/kamailio/kamailio/commit/a466917378d516025062f7c1d5cf2958c70aa0b9.diff Patch: https://github.com/kamailio/kamailio/commit/a466917378d516025062f7c1d5cf2958c70aa0b9.patch --- diff --git a/src/modules/presence/presentity.c b/src/modules/presence/presentity.c index 635ddcefe6..f496f4a583 100644 --- a/src/modules/presence/presentity.c +++ b/src/modules/presence/presentity.c @@ -427,7 +427,7 @@ int delete_presentity_if_dialog_id_exists( old_presentity.event = presentity->event; old_presentity.etag = tmp_db_etag; - LM_WARN("Presentity already exists - deleting it\n"); + LM_DBG("Presentity found - deleting it\n"); if(delete_presentity(&old_presentity, NULL) < 0) { LM_ERR("failed to delete presentity\n"); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
