[sr-dev] git:master:a4669173: presence: switch warning to debug

Emmanuel Schmidbauer emmanuel at getweave.com
Thu Jan 24 14:47:54 CET 2019


Module: kamailio
Branch: master
Commit: a466917378d516025062f7c1d5cf2958c70aa0b9
URL: https://github.com/kamailio/kamailio/commit/a466917378d516025062f7c1d5cf2958c70aa0b9

Author: Emmanuel Schmidbauer <emmanuel at getweave.com>
Committer: Emmanuel Schmidbauer <emmanuel at getweave.com>
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");




More information about the sr-dev mailing list