1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Updated NLog to v4.2.3.

This commit is contained in:
Taloth Saldono
2016-02-11 22:13:42 +01:00
parent e01b2ef25c
commit 6a90035a4c
144 changed files with 305 additions and 5579 deletions
@@ -135,7 +135,7 @@ namespace NzbDrone.Core.MediaFiles
catch (Exception ex)
{
_logger.WarnException("Unable to set date of file [" + filePath + "]", ex);
_logger.Warn(ex, "Unable to set date of file [" + filePath + "]");
}
}
}
@@ -165,7 +165,7 @@ namespace NzbDrone.Core.MediaFiles
catch (Exception ex)
{
ex.ExceptronIgnoreOnMono();
_logger.WarnException("Unable to set date of file [" + filePath + "]", ex);
_logger.Warn(ex, "Unable to set date of file [" + filePath + "]");
}
}