diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index fbe96a5..010d87b 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -101,7 +101,7 @@ function Write-LogHelper { -EntryType $Level -EventId $EventID ` -Message $Message } catch { - Write-Host "⚠️ [EventLog] Failed to write: $($_.Exception.Message)" -ForegroundColor Yellow + Write-Host "([char]0x26A0) [Warning] [EventLog] Failed to write to Event Log: $($_.Exception.Message)" -ForegroundColor Yellow } } }