mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
log exception if pubDate can't be parsed.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers
|
||||
}
|
||||
catch (FormatException e)
|
||||
{
|
||||
Logger.TraceException("Unable to parse " + dateString, e);
|
||||
Logger.WarnException("Unable to parse " + dateString, e);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user