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

View File

@@ -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");
}
}