Module: kamailio Branch: master Commit: ceaeefd4f0add9123054b68b4f2f30707f487249 URL: https://github.com/kamailio/kamailio/commit/ceaeefd4f0add9123054b68b4f2f3070...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com 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/ceaeefd4f0add9123054b68b4f2f3070... Patch: https://github.com/kamailio/kamailio/commit/ceaeefd4f0add9123054b68b4f2f3070...
---
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");