Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/cc8f8bec069280048f1cd77bde36178dfe80ef9c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed bracket in logging message.

pull/3113/head
Mark McDowall 13 years ago
parent 308fd11c83
commit cc8f8bec06

@ -43,7 +43,7 @@ namespace NzbDrone.Core.Providers.DownloadClients
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…
Cancel
Save