refactor(wakeup): use verbose output stream

- move connection check error details to verbose stream
This commit is contained in:
Asif Bacchus 2021-09-06 16:04:14 -06:00
parent fc3a39b0b9
commit 56a910d714
1 changed files with 1 additions and 1 deletions

View File

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