mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Improved logging on bad date parse
This commit is contained in:
@@ -114,7 +114,7 @@ namespace NzbDrone.Core.Parser
|
|||||||
return dateTimeParsed;
|
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)
|
public static DateTime FromUnknown(string str, string format = null)
|
||||||
|
|||||||
Reference in New Issue
Block a user