[Modify] Polish it
This commit is contained in:
parent
238ecd1250
commit
bb1684255f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user