mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Health Check errors now have links to the wiki pages.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user