Fixed logging text for XBMC episode images

This commit is contained in:
Mark McDowall
2014-09-15 06:29:13 -07:00
parent ee322feb69
commit 7c01f46cc0
2 changed files with 1 additions and 7 deletions
@@ -313,7 +313,7 @@ namespace NzbDrone.Core.Metadata.Consumers.Xbmc
}
catch (Exception ex)
{
_logger.Error("Unable to episode image for file: " + Path.Combine(series.Path, episodeFile.RelativePath), ex);
_logger.Error("Unable to process episode image for file: " + Path.Combine(series.Path, episodeFile.RelativePath), ex);
return new List<ImageFileResult>();
}