mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-16 03:29:18 +01:00
Improve debug message.
This commit is contained in:
parent
a714a63774
commit
98647728ca
@ -108,7 +108,7 @@ function decryptOTP($otp, $base_url) {
|
||||
$response = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
|
||||
debug($response);
|
||||
debug("YK-KSM response: $response (url $url)");
|
||||
|
||||
if (sscanf ($response,
|
||||
"OK counter=%04x high=%02x low=%04x use=%02x",
|
||||
|
Loading…
x
Reference in New Issue
Block a user