[Modify] Use Error

This commit is contained in:
sta 2015-12-30 15:46:57 +09:00
parent a569d934c7
commit bcf65ed7d6

View File

@ -1372,7 +1372,7 @@ namespace WebSocketSharp
completed (sent);
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.ToString ());
error ("An exception has occurred during a send callback.", ex);
}
},