Logging destination filename when importing/renaming files.

This commit is contained in:
Mark McDowall
2014-01-21 21:35:01 -08:00
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;