fix notif level in log
parent
796ad02faa
commit
31a3eae947
|
@ -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
|
||||
|
||||
}
|
Loading…
Reference in New Issue