diff --git a/UmlautAdaptarr/Services/Factory/ArrApplicationFactory.cs b/UmlautAdaptarr/Services/Factory/ArrApplicationFactory.cs index 98f2b5c..dda33b9 100644 --- a/UmlautAdaptarr/Services/Factory/ArrApplicationFactory.cs +++ b/UmlautAdaptarr/Services/Factory/ArrApplicationFactory.cs @@ -52,7 +52,7 @@ namespace UmlautAdaptarr.Services.Factory } catch (Exception e) { - _logger.LogError("Error while Register ArrFactory. This might be a Config Problem", e.Message); + _logger.LogError("Error while registering ArrFactory. This is most likely a config problem, please check your environment variables.", e.Message); throw; } }