From: Roland Haeder Date: Sun, 22 Feb 2015 18:01:35 +0000 (+0100) Subject: Improved exception message a little (external and internal UNLs are now clearly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d8ba19b6ebde4f847c0fd77c376bfe81a471b0d;p=hub.git Improved exception message a little (external and internal UNLs are now clearly separated). Signed-off-by: Roland Haeder --- diff --git a/application/hub/exceptions/node/class_NodeSessionIdVerficationException.php b/application/hub/exceptions/node/class_NodeSessionIdVerficationException.php index 1acf2b29e..75433f79e 100644 --- a/application/hub/exceptions/node/class_NodeSessionIdVerficationException.php +++ b/application/hub/exceptions/node/class_NodeSessionIdVerficationException.php @@ -33,7 +33,7 @@ class NodeSessionIdVerficationException extends FrameworkException { */ public function __construct (array $messageArray, $code) { // Construct the message - $message = sprintf('[%s:%d] Session id %s cannot be verfied. unl=%s/%s,status=%s.', + $message = sprintf('[%s:%d] Session id %s cannot be verfied. unl.external=%s,unl.internal=%s,status=%s.', $messageArray[0]->__toString(), $this->getLine(), $messageArray[1][XmlAnnouncementAnswerTemplateEngine::ANNOUNCEMENT_DATA_SESSION_ID],