From b9fd8d2ee7c658b2cd39f3aa967ee35f38ee5dd3 Mon Sep 17 00:00:00 2001 From: simwai <16225108+simwai@users.noreply.github.com> Date: Thu, 23 May 2024 19:02:53 +0200 Subject: [PATCH] Fixed log level of one log statement --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 0881202f4..94452beaf 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -225,7 +225,7 @@ function Main { Write-Log "Failed to create virtual environment." -Level 'ERROR' Exit-Script -exitCode 1 } - Write-Log "Virtual environment created successfully." -Level 'ERROR' + Write-Log "Virtual environment created successfully." } # Activate the virtual environment