diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index d23faf88..18e3d446 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -182,7 +182,7 @@ namespace WebSocketSharp.Server var addr = host.ToIPAddress (); if (addr == null) { - msg = "It could not be converted to an IP address."; + msg = "The host part could not be converted to an IP address."; throw new ArgumentException (msg, "url"); }