Certain log messages didn't include the exception.

This commit is contained in:
Taloth Saldono
2016-02-07 00:23:13 +01:00
parent 4038fa6907
commit 68540cb479
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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);
}
}
}