Incorrect number of parameters.

This commit is contained in:
Taloth Saldono
2015-07-23 06:28:20 +02:00
parent 9fe8477a40
commit c6c68c0c75
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ namespace NzbDrone.Core.Download
torrentFile = response.ResponseData;
_logger.Debug("Downloading torrent for episode '{0}' finished ({1} bytes from {2})", torrentFile.Length, torrentUrl);
_logger.Debug("Downloading torrent for episode '{0}' finished ({1} bytes from {2})", remoteEpisode.Release.Title, torrentFile.Length, torrentUrl);
}
catch (HttpException ex)
{