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