mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Logging destination filename when importing/renaming files.
This commit is contained in:
parent
7bb8a9db5f
commit
7d46f4d64d
2 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,6 @@ namespace NzbDrone.Core.MediaFiles
|
|||
_mediaFileService.Delete(file, true);
|
||||
}
|
||||
|
||||
_logger.Trace("Moving episode file: {0}", episodeFile);
|
||||
moveFileResult.Path = _episodeFileMover.MoveEpisodeFile(episodeFile, localEpisode);
|
||||
|
||||
return moveFileResult;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue