diff --git a/src/NzbDrone.Core/Parser/DateTimeUtil.cs b/src/NzbDrone.Core/Parser/DateTimeUtil.cs index a9fb063b9..9bccaabe1 100644 --- a/src/NzbDrone.Core/Parser/DateTimeUtil.cs +++ b/src/NzbDrone.Core/Parser/DateTimeUtil.cs @@ -114,7 +114,7 @@ namespace NzbDrone.Core.Parser return dateTimeParsed; } - throw new Exception("FromFuzzyTime parsing failed"); + throw new Exception($"FromFuzzyTime parsing failed for string {str}"); } public static DateTime FromUnknown(string str, string format = null)