]> git.mxchange.org Git - hub.git/commitdiff
Forgot these to fix, anyway that exception should not come :(
authorRoland Häder <roland@mxchange.org>
Sun, 10 Feb 2013 17:15:42 +0000 (17:15 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Feb 2013 17:15:42 +0000 (17:15 +0000)
application/hub/exceptions/announcement/class_AnnouncementNotAcceptedException.php
application/hub/exceptions/announcement/class_NoAnnouncementAttemptedException.php
application/hub/exceptions/node/class_NodeSessionIdVerficationException.php

index 1d32a57f0934894c24ce1dece933c77860674a82..6524cb036c84a4c68e903620df330b6b8dfe39b3 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,tcp.port=%s,udp.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(),
index 46d249cc84fde582dc534aee23923e220ec142d4..13a9f29f78e80f7f71fdcec74b5ced7a3fccad5b 100644 (file)
@@ -32,7 +32,7 @@ class NoAnnouncementAttemptedException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] This node (%s) has not attempted to announce itself, but got an answer from session-id=%s,ip=%s/%s,tcp.port=%s,udp.port=%s,status=%s.",
+               $message = sprintf("[%s:%d] This node (%s) has not attempted to announce itself, but got an answer from session-id=%s,ip=%s/%s,listen port=%s,status=%s.",
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]->__toString(),
index 1593f605f2ebb1bb9ff263ae6c2db98cfac04815..7f4e20646a3500ca5af8ad4f699e76ec47331820 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,tcp.port=%s,udp.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],