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

Refactor.

This commit is contained in:
Jean Paul Galea 2015-07-22 19:44:35 +00:00
parent 6246aa5ab4
commit 5fc6c1c37d

View File

@ -117,7 +117,7 @@ function sign($a, $apiKey, $logger)
function curl_settings($logger, $ident, $ch, $url, $timeout, $curlopts)
{
$logger->log(LOG_DEBUG, $ident . ' adding URL : ' . $url);
$logger->log(LOG_DEBUG, "$ident adding URL : $url");
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);