mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
The great logger.Error cleanup!
This commit is contained in:
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
|
||||
|
||||
public void Error(Exception exception)
|
||||
{
|
||||
_logger.Error(exception, exception.Message);
|
||||
_logger.Error(exception);
|
||||
}
|
||||
|
||||
public void Write(string message, bool escaped)
|
||||
|
||||
Reference in New Issue
Block a user