mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
Spelling, and more informational logging.
This commit is contained in:
parent
57866dc829
commit
af292fbcd6
@ -61,7 +61,7 @@ $tmp_log = "Received ";
|
||||
foreach ($syncParams as $param=>$value) {
|
||||
$value = getHttpVal($param, Null);
|
||||
if ($value==Null) {
|
||||
$myLog->log(LOG_NOTICE, "Recevied request with parameter[s] missing");
|
||||
$myLog->log(LOG_NOTICE, "Received request with parameter[s] (" . $param . ") missing value");
|
||||
sendResp(S_MISSING_PARAMETER, '');
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user