From 31a3eae947a2fcfbeffbe05bd2986ad86895ea95 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Mon, 23 May 2022 09:09:19 +0200 Subject: [PATCH] fix notif level in log --- Winget-AutoUpdate/functions/Get-NotifLocale.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 b/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 index 4fe9038..657130d 100644 --- a/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 +++ b/Winget-AutoUpdate/functions/Get-NotifLocale.ps1 @@ -20,7 +20,7 @@ Function Get-NotifLocale { } #Get locale XML file content - Write-Log "Notification Level: $NotificationLevel. Notification Language: $LocaleDisplayName" "Cyan" + Write-Log "Notification Level: $($WAUConfig.WAU_NotificationLevel). Notification Language: $LocaleDisplayName" "Cyan" [xml]$Script:NotifLocale = Get-Content $LocaleFile -Encoding UTF8 -ErrorAction SilentlyContinue } \ No newline at end of file