mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Updated NLog to v4.2.3.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace NzbDrone.Core.DiskSpace
|
||||
{
|
||||
if (!suppressWarnings)
|
||||
{
|
||||
_logger.WarnException("Unable to get free space for: " + path, ex);
|
||||
_logger.Warn(ex, "Unable to get free space for: " + path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user