[Modify] Polish it

This commit is contained in:
sta 2021-06-27 22:25:52 +09:00
parent 238ecd1250
commit bb1684255f

View File

@ -834,8 +834,11 @@ namespace WebSocketSharp.Server
var both = byUser && withPort; var both = byUser && withPort;
if (both) if (both) {
_log.Warn ("The server certificate associated with the port is used."); var msg = "The server certificate associated with the port is used.";
_log.Warn (msg);
}
return true; return true;
} }