[Modify] Polish it
Output Message as a fatal log and ToString as a debug log.
This commit is contained in:
parent
7bec6fe8ca
commit
555a8d43a6
@ -857,7 +857,9 @@ namespace WebSocketSharp.Server
|
||||
break;
|
||||
}
|
||||
|
||||
_log.Fatal (ex.ToString ());
|
||||
_log.Fatal (ex.Message);
|
||||
_log.Debug (ex.ToString ());
|
||||
|
||||
break;
|
||||
}
|
||||
catch (Exception ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user