[Modify] Use Error
This commit is contained in:
		@@ -964,7 +964,7 @@ namespace WebSocketSharp
 | 
			
		||||
        OnError.Emit (this, new ErrorEventArgs (message, exception));
 | 
			
		||||
      }
 | 
			
		||||
      catch (Exception ex) {
 | 
			
		||||
        _logger.Fatal (ex.ToString ());
 | 
			
		||||
        _logger.Error (ex.ToString ());
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user