[Modify] Use Error
This commit is contained in:
parent
b56cdd1aae
commit
1de22cb3b1
@ -1825,7 +1825,7 @@ namespace WebSocketSharp
|
||||
pong.WaitOne (timeout);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Fatal (ex.ToString ());
|
||||
_logger.Error (ex.ToString ());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user