[Modify] Replace it

This commit is contained in:
sta 2016-01-13 15:39:42 +09:00
parent 461d32b0cf
commit 8cd6416872

View File

@ -653,7 +653,8 @@ namespace WebSocketSharp
} }
} }
catch (Exception ex) { catch (Exception ex) {
processException (ex, "An exception has occurred while accepting."); _logger.Fatal (ex.ToString ());
fatal ("An exception has occurred while accepting.", ex);
} }
return false; return false;