From e021f6718beb80d17dffb84dbd06d89dec4f2c8c Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 18:06:48 -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 bcdf391..4e1cfb6 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -2255,7 +2255,7 @@ function Ensure-SamyPrinterDriver { if ($statusCode -eq 404) { # ★ This is the new behavior: warn, but do NOT throw. Write-LogHybrid "Driver package not found at $driverPackageUrl (404). Falling back to INF-only install for '$($Profile.DisplayName)'." Warning Printers -LogToEvent - # We just continue – maybe a local INF exists or will exist. + # We just continue - maybe a local INF exists or will exist. } else { Write-LogHybrid "Driver package download failed ($statusCode) from $($driverPackageUrl): $($_.Exception.Message)" Error Printers -LogToEvent