]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/wrapper/class_NodeAlreadyRegisteredException.php
Continued refacturing:
[hub.git] / application / hub / exceptions / wrapper / class_NodeAlreadyRegisteredException.php
index 318782cb70daa6d68b18a6dbe56ceca01bd1f99a..164ce4820d6b59295c51d5ee955e7f231d08bb3a 100644 (file)
@@ -34,8 +34,8 @@ class NodeAlreadyRegisteredException extends FrameworkException {
                $message = sprintf('[%s:%d] Node already registered: session-id=%s, external-address=%s',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
-                       $msssageArray[1][NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_SESSION_ID],
-                       $msssageArray[1][NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_EXTERNAL_ADDRESS]
+                       $messageArray[1][NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_SESSION_ID],
+                       $messageArray[1][NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_EXTERNAL_ADDRESS]
                );
 
                // Call parent exception constructor