Module: kamailio Branch: master Commit: ceaeefd4f0add9123054b68b4f2f30707f487249 URL: https://github.com/kamailio/kamailio/commit/ceaeefd4f0add9123054b68b4f2f30707f487249
Author: Daniel-Constantin Mierla <[email protected]> Committer: GitHub <[email protected]> Date: 2019-01-24T14:47:50+01:00 Merge pull request #1820 from kamailio/presence-fix-debug-msg presence: switch warning to debug --- Modified: src/modules/presence/presentity.c --- Diff: https://github.com/kamailio/kamailio/commit/ceaeefd4f0add9123054b68b4f2f30707f487249.diff Patch: https://github.com/kamailio/kamailio/commit/ceaeefd4f0add9123054b68b4f2f30707f487249.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
