1
0
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:
Simon Josefsson 2009-03-11 10:59:47 +00:00
parent a714a63774
commit 98647728ca

View File

@ -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",