From 51a21169ce11b03632396e99175fa6f1c7eb8325 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 4 Mar 2008 19:31:51 +0000 Subject: [PATCH] notice fixed --- .../commands/class_UnexpectedAwaitCommandException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); -- 2.39.5