1
0
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:
Fredrik Thulin 2012-06-12 14:50:31 +02:00
parent 57866dc829
commit af292fbcd6

View File

@ -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;
}