[sr-dev] git:master: modules_k/presence: Fixed level of a diagnostic message

Peter Dunkley peter.dunkley at crocodile-rcs.com
Tue Sep 11 14:23:59 CEST 2012


Module: sip-router
Branch: master
Commit: 3635a0d920f0d03e85b8b97a44d878f0f8d13931
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3635a0d920f0d03e85b8b97a44d878f0f8d13931

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Tue Sep 11 12:54:51 2012 +0100

modules_k/presence: Fixed level of a diagnostic message

---

 modules_k/presence/notify.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/presence/notify.c b/modules_k/presence/notify.c
index 919a324..d06fa6c 100644
--- a/modules_k/presence/notify.c
+++ b/modules_k/presence/notify.c
@@ -2836,7 +2836,7 @@ int process_dialogs(int round, int presence_winfo)
 
 		if (dialog->n <= 0)
 		{
-			LM_WARN("record not found\n");
+			LM_INFO("record not found - this may be observed in multi-server systems\n");
 			if (cleanup_missing_dialog(&sub) < 0)
 				LM_ERR("cleaning up after missing record\n");
 			goto next_dialog;




More information about the sr-dev mailing list