[Modify] Polish it

This commit is contained in:
sta 2017-02-06 16:33:00 +09:00
parent d41f87406d
commit 25d6f98fed

View File

@ -291,7 +291,8 @@ namespace WebSocketSharp.Server
WebSocketServiceHost host; WebSocketServiceHost host;
if (_hosts.TryGetValue (path, out host)) { if (_hosts.TryGetValue (path, out host)) {
_logger.Error ( _logger.Error (
"A WebSocket service with the specified path already exists:\n path: " + path); "A WebSocket service with the specified path has already existed."
);
return; return;
} }