From b4408b2829a8f76ef1140a02cbf314a332f2882e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=85=9F?= <41829660+payloadartist@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:28:42 +0530 Subject: [PATCH] change msg wording --- src/keys/drivers/YubiKeyInterfaceUSB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keys/drivers/YubiKeyInterfaceUSB.cpp b/src/keys/drivers/YubiKeyInterfaceUSB.cpp index 72554a263..0cb16ac79 100644 --- a/src/keys/drivers/YubiKeyInterfaceUSB.cpp +++ b/src/keys/drivers/YubiKeyInterfaceUSB.cpp @@ -151,7 +151,7 @@ YubiKey::KeyMap YubiKeyInterfaceUSB::findValidKeys() auto config = (slot == 1 ? CONFIG1_VALID : CONFIG2_VALID); if (!(ykds_touch_level(st) & config)) { // Slot is not configured - qWarning("YubiKey slot %d is not configured for %s", slot, serial); + qWarning("YubiKey slot %d is not configured for YubiKey with S/N: %s", slot, serial); continue; } // Don't actually challenge a YubiKey Neo or below, they always require button press