]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/announcement/class_AnnouncementNotAcceptedException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / announcement / class_AnnouncementNotAcceptedException.php
index 6524cb036c84a4c68e903620df330b6b8dfe39b3..2fbbde8ab3c416b8796ca6609659c91685979bd5 100644 (file)
@@ -32,7 +32,7 @@ class AnnouncementNotAcceptedException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] This node (%s) is not accepting announcements, but got one from session-id=%s,ip=%s/%s,listen port=%s,status=%s,mode=%s",
+               $message = sprintf('[%s:%d] This node (%s) is not accepting announcements, but got one from session-id=%s,ip=%s/%s,listen port=%s,status=%s,mode=%s',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]->__toString(),