refactor(wakeup): use verbose output stream
- move connection check error details to verbose stream
This commit is contained in:
parent
fc3a39b0b9
commit
56a910d714
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user