Update samy.ps1

This commit is contained in:
2025-12-05 12:49:11 -05:00
parent c1a2906d4c
commit b8b943e030

View File

@@ -1724,7 +1724,7 @@ function Get-SamyClientListFromServer {
}
}
catch {
Write-LogHybrid "Get-SamyClientListFromServer failed for $Uri: $($_.Exception.Message)" Error Printers -LogToEvent
Write-LogHybrid ("Get-SamyClientListFromServer failed for {0}: {1}" -f $Uri, $_.Exception.Message) Error Printers -LogToEvent
return @()
}
}