mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
Adding some more logging to import process
This commit is contained in:
parent
bb7bf803a6
commit
e6a4008fad
3 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,7 @@ namespace NzbDrone.Core.Parser
|
|||
|
||||
if (!episodes.Any())
|
||||
{
|
||||
_logger.Trace("No matching episodes found for: {0}", parsedEpisodeInfo);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue