diff --git a/lib/core/framework/Install-IcingaFrameworkService.psm1 b/lib/core/framework/Install-IcingaFrameworkService.psm1 index 5b6c329..81607dc 100644 --- a/lib/core/framework/Install-IcingaFrameworkService.psm1 +++ b/lib/core/framework/Install-IcingaFrameworkService.psm1 @@ -33,7 +33,7 @@ function Install-IcingaFrameworkService() ); if ([string]::IsNullOrEmpty($Path)) { - Write-IcingaConsoleError 'No path specified for Framework service. Service will not be installed'; + Write-IcingaConsoleWarning 'No path specified for Framework service. Service will not be installed'; return; }