]> git.mxchange.org Git - hub.git/commitdiff
Improved exception message a little (external and internal UNLs are now clearly
authorRoland Haeder <roland@mxchange.org>
Sun, 22 Feb 2015 18:01:35 +0000 (19:01 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 22 Feb 2015 18:01:35 +0000 (19:01 +0100)
separated).

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/exceptions/node/class_NodeSessionIdVerficationException.php

index 1acf2b29edc44ac853665153695f57984e6df620..75433f79e1396483f84fc83d0726ecc56fa62247 100644 (file)
@@ -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],