fix notif level in log

pull/87/head
Romain 2022-05-23 09:09:19 +02:00
parent 796ad02faa
commit 31a3eae947
1 changed files with 1 additions and 1 deletions

View File

@ -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
}