]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/wrapper/class_NodeDataMissingException.php
Continued refacturing:
[hub.git] / application / hub / exceptions / wrapper / class_NodeDataMissingException.php
index c2de8a4be7876b5605a6bde70881b1bcffb91d98..afe89e8e04862409f7933f6ba5a7deedb1d65d86 100644 (file)
@@ -34,8 +34,8 @@ class NodeDataMissingException extends FrameworkException {
                $message = sprintf('[%s:%d] Node not registered/missing: 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