From ab0ed062bc9e59657be540690c15c85ab880206f Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sun, 13 May 2007 16:20:26 +0000 Subject: [PATCH] *** empty log message *** --- src/sip_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sip_utils.c b/src/sip_utils.c index a08c80c..66f970a 100644 --- a/src/sip_utils.c +++ b/src/sip_utils.c @@ -678,10 +678,10 @@ int sip_rewrite_contact (sip_ticket_t *ticket, int direction) { replaced=1; } - } + } /* for j */ if (replaced == 0) { - DEBUGC(DBCLASS_PROXY, "no Contact header rewritten"); + DEBUGC(DBCLASS_PROXY, "no Contact header rewritten!"); return STS_FAILURE; }