mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
log exception if pubDate can't be parsed.
This commit is contained in:
parent
f4aae73d27
commit
1fdc27598b
@ -26,7 +26,7 @@ public static DateTime PublishDate(this XElement item)
|
|||||||
}
|
}
|
||||||
catch (FormatException e)
|
catch (FormatException e)
|
||||||
{
|
{
|
||||||
Logger.TraceException("Unable to parse " + dateString, e);
|
Logger.WarnException("Unable to parse " + dateString, e);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user