1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-13 21:29:17 +01:00

Refactor.

This commit is contained in:
Jean Paul Galea 2015-09-10 20:58:04 +02:00
parent ad167cd38a
commit 4433285c33

View File

@ -117,7 +117,7 @@ foreach (array('modified','yk_counter', 'yk_use', 'yk_high', 'yk_low') as $param
$yk_publicname = $syncParams['yk_publicname'];
if (($localParams = $sync->getLocalParams($yk_publicname)) === FALSE)
{
$myLog->log(LOG_NOTICE, 'Invalid Yubikey ' . $yk_publicname);
$myLog->log(LOG_NOTICE, "Invalid Yubikey $yk_publicname");
sendResp(S_BACKEND_ERROR, $myLog);
}