From: Roland Häder Date: Tue, 4 Mar 2008 19:31:51 +0000 (+0000) Subject: notice fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51a21169ce11b03632396e99175fa6f1c7eb8325;p=hub.git notice fixed --- diff --git a/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php b/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php index cc4c79029..bbde25aa2 100644 --- a/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php +++ b/application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php @@ -33,7 +33,7 @@ class UnexpectedAwaitCommandException extends HubException { $message = sprintf("[%s:%d] Not awaiting command %s from peer %s
\n", $msgArray['this']->__toString(), $this->getLine(), - $msgArray['msg'], + $msgArray['await'], $msgArray['this']->getPeerInstance()->getValidatedIP() );