Fixed: Log statement in movie rename service

pull/2/head
Qstick 5 years ago committed by GitHub
parent b42004b32c
commit a3525252b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,7 +128,7 @@ namespace NzbDrone.Core.MediaFiles
}
catch (Exception ex)
{
_logger.Error(ex, "Failed to rename file: " + oldMovieFilePath);
_logger.Error(ex, "Failed to rename file: {0}", oldMovieFilePath);
}
}

Loading…
Cancel
Save