1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

New: Health Check errors now have links to the wiki pages.

This commit is contained in:
Taloth Saldono
2014-06-03 23:04:28 +02:00
parent 68352e0340
commit 0e7fc2e697
7 changed files with 68 additions and 10 deletions
@@ -33,8 +33,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
}
catch (Exception)
{
return new HealthCheck(GetType(), HealthCheckResult.Error,
"Unable to update, running from write-protected folder");
return new HealthCheck(GetType(), HealthCheckResult.Error, "Unable to update, running from write-protected folder");
}
}