mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Adding some more logging to import process
This commit is contained in:
@@ -52,6 +52,7 @@ namespace NzbDrone.Core.Parser
|
||||
|
||||
if (!episodes.Any())
|
||||
{
|
||||
_logger.Trace("No matching episodes found for: {0}", parsedEpisodeInfo);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user