Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-brun committed Jun 4, 2024
1 parent 6435008 commit 7f70824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/vnfm_generic/polld/vnfm_generic_poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function get_token($SIGNIN_REQ_PATH, $data, $auth_mode)

$ret = curl_exec($ch);
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
$header = substr($response, 0, $header_size);
$header = substr($ret, 0, $header_size);

debug_dump($header, "get_token() header: \n");
// sms_log_info(basename(__FILE__, '.php') . " polling $url with get_token() ret: $ret");
Expand Down

0 comments on commit 7f70824

Please sign in to comment.