mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
Change protocol version logging to 'debug'.
This commit is contained in:
parent
6c80f76102
commit
499377fd2f
@ -20,7 +20,7 @@ if (preg_match("/\/wsapi\/([0-9]+)\.([0-9]+)\//", $_SERVER['REQUEST_URI'], $out)
|
||||
$protocol_version=1.0;
|
||||
}
|
||||
|
||||
$myLog->log(LOG_INFO, "found protocol version " . $protocol_version);
|
||||
$myLog->log(LOG_DEBUG, "found protocol version " . $protocol_version);
|
||||
|
||||
/* Extract values from HTTP request
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user