Fixed error

This commit is contained in:
Jamie Rees 2019-07-31 13:04:52 +01:00
commit 3833e410e9

View file

@ -455,7 +455,7 @@ namespace Ombi.Controllers.V1.External
}
catch (Exception e)
{
Log.LogError(LoggingEvents.Api, e, "Could not test Mobile Notifications");
Log.LogError(LoggingEvents.Api, e, "Could not test Lidarr");
return false;
}
}