minor cleanup

This commit is contained in:
kay.one
2011-07-03 17:18:27 -07:00
parent c2502991cf
commit cfd42049e5
3 changed files with 3 additions and 19 deletions

View File

@@ -156,7 +156,7 @@ namespace NzbDrone.Core.Providers
_diskProvider.CreateDirectory(newFile.DirectoryName);
//Do the rename
Logger.Debug("Moving file [{0}] > [1]", episodeFile.Path, newFile.FullName);
Logger.Debug("Moving file [{0}] > [{1}]", episodeFile.Path, newFile.FullName);
_diskProvider.MoveFile(episodeFile.Path, newFile.FullName);
//Update the filename in the DB