Module: sip-router
Branch: refs/tags/orig
Commit: a340068a6d6387e6954ac3892eee98b8ab9a6521
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a340068…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)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;