mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Improved logging on bad date parse
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user