diff --git a/wakeup.ps1 b/wakeup.ps1 index 52e897e..b9425f1 100644 --- a/wakeup.ps1 +++ b/wakeup.ps1 @@ -187,7 +187,7 @@ do Write-Host -ForegroundColor Red "[ERROR]" $connectionError | ForEach-Object { $errMsg = $_.ToString() - Write-Host -ForegroundColor Red "`tAdditional information: $errMsg" + Write-Verbose "`t(Additional information: $errMsg)" } } else