From 5d8ba19b6ebde4f847c0fd77c376bfe81a471b0d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 22 Feb 2015 19:01:35 +0100 Subject: [PATCH] Improved exception message a little (external and internal UNLs are now clearly separated). Signed-off-by: Roland Haeder --- .../exceptions/node/class_NodeSessionIdVerficationException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.39.5