mirror of
https://github.com/Radarr/Radarr
synced 2026-04-28 01:41:33 +02:00
Fixed: Log statement in movie rename service
This commit is contained in:
parent
b42004b32c
commit
a3525252b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue