]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/announcement/class_NoAnnouncementAttemptedException.php
Removed deprecated stuff.
[hub.git] / application / hub / exceptions / announcement / class_NoAnnouncementAttemptedException.php
index 46d249cc84fde582dc534aee23923e220ec142d4..ba21567d9f010d31c59f7755d70516b76dc5ca4e 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown when an announcement from other nodes was received
  * but this node doesn't accept announcements.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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(),