]> git.mxchange.org Git - hub.git/commitdiff
notice fixed
authorRoland Häder <roland@mxchange.org>
Tue, 4 Mar 2008 19:31:51 +0000 (19:31 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 4 Mar 2008 19:31:51 +0000 (19:31 +0000)
application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php

index cc4c790290b8c490a4acaa74915d116eb56fd667..bbde25aa214da33572566335c6df661d1d5b810b 100644 (file)
@@ -33,7 +33,7 @@ class UnexpectedAwaitCommandException extends HubException {
                $message = sprintf("[%s:%d] Not awaiting command %s from peer %s<br />\n",
                        $msgArray['this']->__toString(),
                        $this->getLine(),
-                       $msgArray['msg'],
+                       $msgArray['await'],
                        $msgArray['this']->getPeerInstance()->getValidatedIP()
                );