[sr-dev] git:refs/tags/orig: *** empty log message ***

Andrei Pelinescu-Onciul andrei at iptel.org
Fri Sep 18 12:44:45 CEST 2009


Module: sip-router
Branch: refs/tags/orig
Commit: a340068a6d6387e6954ac3892eee98b8ab9a6521
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a340068a6d6387e6954ac3892eee98b8ab9a6521

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Wed Aug 28 23:29:15 2002 +0000

*** empty log message ***

---

 modules_s/usrloc/urecord.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules_s/usrloc/urecord.c b/modules_s/usrloc/urecord.c
index 31ee42f..2cea597 100644
--- a/modules_s/usrloc/urecord.c
+++ b/modules_s/usrloc/urecord.c
@@ -225,6 +225,9 @@ static inline int wb_timer(urecord_t* _r)
 
 	while(ptr) {
 		if (ptr->expires < act_time) {
+			LOG(L_NOTICE, "Binding '\%.*s\',\'%.*s\' has expired\n",
+			    ptr->aor->len, ptr->aor->s,
+			    ptr->c.len, ptr->c.s);
 			t = ptr;
 			ptr = ptr->next;
 




More information about the sr-dev mailing list