change msg wording

This commit is contained in:
2024-12-08 23:28:42 +05:30 committed by GitHub
parent 27febd942e
commit b4408b2829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ YubiKey::KeyMap YubiKeyInterfaceUSB::findValidKeys()
auto config = (slot == 1 ? CONFIG1_VALID : CONFIG2_VALID); auto config = (slot == 1 ? CONFIG1_VALID : CONFIG2_VALID);
if (!(ykds_touch_level(st) & config)) { if (!(ykds_touch_level(st) & config)) {
// Slot is not configured // 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; continue;
} }
// Don't actually challenge a YubiKey Neo or below, they always require button press // Don't actually challenge a YubiKey Neo or below, they always require button press