diff --git a/src/Server/Ratchet.php b/src/Server/Ratchet.php index 942a422..911bc60 100644 --- a/src/Server/Ratchet.php +++ b/src/Server/Ratchet.php @@ -354,7 +354,7 @@ class Ratchet implements MessageComponentInterface (string) date('c'), (string) $connection->remoteAddress, (string) $connection->resourceId, - (string) str_replace('%', '%%', $exception->getMessage()) + (string) $exception->getMessage() ], $this->_config->nps->event->error->debug->template ) . PHP_EOL