From 56a910d7140bba1dacb9b13f7792fee3eb590f17 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 6 Sep 2021 16:04:14 -0600 Subject: [PATCH] refactor(wakeup): use verbose output stream - move connection check error details to verbose stream --- wakeup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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