Module: sip-router
Branch: master
Commit: c7adc3cd7610fe1b6479225a0623e0ab9fa3907e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7adc3c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Sep 8 18:49:28 2014 +0200
presence: reduce verbosity for log message printed when sending notify
- info changed with dbg
- patch by Luis Azedo <luis.azedo(a)factorlusitano.com>
---
modules/presence/notify.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/presence/notify.c b/modules/presence/notify.c
index 1d05737..a5184cd 100644
--- a/modules/presence/notify.c
+++ b/modules/presence/notify.c
@@ -1594,7 +1594,7 @@ jump_over_body:
goto error;
}
- LM_INFO("NOTIFY %.*s via %.*s on behalf of %.*s for event %.*s\n",
+ LM_DBG("NOTIFY %.*s via %.*s on behalf of %.*s for event %.*s\n",
td->rem_uri.len, td->rem_uri.s, td->hooks.next_hop->len,
td->hooks.next_hop->s,
td->loc_uri.len, td->loc_uri.s, subs->event->name.len,