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