mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Certain log messages didn't include the exception.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error("An Error occurred while vacuuming database.", e);
|
||||
_logger.ErrorException("An Error occurred while vacuuming database.", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user