*** empty log message ***

This commit is contained in:
Thomas Ries
2007-05-13 16:20:26 +00:00
parent ba59277adb
commit ab0ed062bc
+2 -2
View File
@@ -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;
}