From 7ec36b4bd27005037b3a540a09ef4e591b67cdc0 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Tue, 24 Jun 2025 10:48:05 -0600 Subject: [PATCH] fixed typo --- src/vpn_manager_globalprotect/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn_manager_globalprotect/backend.py b/src/vpn_manager_globalprotect/backend.py index 7be12b4..0173b73 100644 --- a/src/vpn_manager_globalprotect/backend.py +++ b/src/vpn_manager_globalprotect/backend.py @@ -78,7 +78,7 @@ class GlobalProtectConnection( async def _prelogin(self, options: dict[str, Variant]): """Perform prelogin request.""" - self.logger.debug("Begin preauth with options:", {options}) + self.logger.debug("Begin preauth with options:", options) ## Extract options from vardict if "spoof_clientos" in options: