]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/node/class_NodeSessionIdVerficationException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / node / class_NodeSessionIdVerficationException.php
index 7f4e20646a3500ca5af8ad4f699e76ec47331820..f145dfbe99c3913aee5600aae422a44c89a67b8e 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. ip=%s/%s,listen port=%s,status=%s.",
+               $message = sprintf('[%s:%d] Session id %s cannot be verfied. ip=%s/%s,listen port=%s,status=%s.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1][XmlAnnouncementAnswerTemplateEngine::ANNOUNCEMENT_DATA_SESSION_ID],