[Modify] Polish it

This commit is contained in:
sta 2017-06-04 14:28:24 +09:00
parent 9248e524cd
commit 5346bd9d1f

View File

@ -641,7 +641,7 @@ namespace WebSocketSharp.Server
} }
if (!(user || port)) { if (!(user || port)) {
message = "There is no certificate."; message = "There is no certificate used to authenticate the server.";
return false; return false;
} }