mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 09:37:12 +00:00
Fixed bracket in logging message.
This commit is contained in:
parent
308fd11c83
commit
cc8f8bec06
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public virtual bool DownloadNzb(string url, string title)
|
|||
if (_diskProvider.FileExists(filename))
|
||||
{
|
||||
//Return true so a lesser quality is not returned.
|
||||
logger.Info("NZB already exists on disk: {0)", filename);
|
||||
logger.Info("NZB already exists on disk: {0}", filename);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue