mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Updated NLog to v4.2.3.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NzbDrone.Core.Indexers
|
||||
}
|
||||
catch (FormatException e)
|
||||
{
|
||||
Logger.WarnException("Unable to parse " + dateString, e);
|
||||
Logger.Warn(e, "Unable to parse " + dateString);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user