From b8b943e0309a4cd7c720a54866e9ccf7917bee1a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 12:49:11 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index 61327c4..b666d74 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -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 @() } }