added missing space in some logs

cusax-fix
Matthieu Casanova 17 years ago
parent 4c11bba6ba
commit 1b62917ed6

@ -319,7 +319,7 @@ public boolean processRequest(RequestEvent requestEvent)
}
else
{
logger.error("reINVITEs while the dialog is not"
logger.error("reINVITEs while the dialog is not "
+ "confirmed are not currently supported.");
}
}
@ -1051,7 +1051,7 @@ private void processRefer(ServerTransaction serverTransaction,
}
catch (SipException ex)
{
logger.error("Failed to make the REFER request"
logger.error("Failed to make the REFER request "
+ "keep the dialog alive after BYE:\n"
+ referRequest, ex);
}

Loading…
Cancel
Save