mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Log statement in movie rename service
This commit is contained in:
parent
b42004b32c
commit
a3525252b7
@ -128,7 +128,7 @@ private void RenameFiles(List<MovieFile> movieFiles, Movie movie, string oldMovi
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error(ex, "Failed to rename file: " + oldMovieFilePath);
|
||||
_logger.Error(ex, "Failed to rename file: {0}", oldMovieFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user