1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00

minor debug log fixes

This commit is contained in:
Fredrik Thulin 2012-06-14 15:10:44 +02:00
parent 46180c9de9
commit 60bfa8ff1a

View File

@ -147,9 +147,9 @@ function retrieveURLasync ($ident, $urls, $ans_req=1, $match="^OK", $returl=Fals
debug ($ident . " curl multi info : ", $info);
if ($info['result'] == CURLE_OK) {
$str = curl_multi_getcontent($info['handle']);
debug($str);
debug($ident . " curl multi content : " . $str);
if (preg_match("/".$match."/", $str)) {
debug($ident . "response matches " . $match);
debug($ident . " response matches " . $match);
$error = curl_error ($info['handle']);
$errno = curl_errno ($info['handle']);
$cinfo = curl_getinfo ($info['handle']);