From a427f26aa343b2d618f4bada99b7a10a52da4433 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 May 2017 15:13:24 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Server/WebSocketServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 85a7757c..f39c50ae 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -192,7 +192,7 @@ namespace WebSocketSharp.Server } if (!addr.IsLocal ()) { - msg = "The IP address is not a local IP address."; + msg = "The IP address of the host is not a local IP address."; throw new ArgumentException (msg, "url"); }