[Modify] Polish it
This commit is contained in:
parent
238ecd1250
commit
bb1684255f
@ -834,8 +834,11 @@ namespace WebSocketSharp.Server
|
||||
|
||||
var both = byUser && withPort;
|
||||
|
||||
if (both)
|
||||
_log.Warn ("The server certificate associated with the port is used.");
|
||||
if (both) {
|
||||
var msg = "The server certificate associated with the port is used.";
|
||||
|
||||
_log.Warn (msg);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user