Skip to content

Commit

Permalink
Merge pull request #116 from hbliang/bugfix-typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
nexen2 committed Mar 31, 2018
2 parents 4ebfe65 + 07e2ba5 commit 3b82fe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ConnectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Wrench\Exception\CloseException;
use Wrench\Exception\ConnectionException;
use Wrench\Exception\Exception as WrenchException;
use Wrench\Protocol\Protocol;
use Wrench\Socket\ServerClientSocket;
use Wrench\Socket\ServerSocket;
use Wrench\Util\Configurable;
Expand Down Expand Up @@ -281,7 +282,7 @@ public function removeConnection(Connection $connection): void
}

if (!$index) {
$this->logger->warning('Could not remove connection: not found', 'warning');
$this->logger->warning('Could not remove connection: not found');
}

unset($this->connections[$index]);
Expand Down

0 comments on commit 3b82fe1

Please sign in to comment.