Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-brun committed May 31, 2024
1 parent 96bfac8 commit 9f5f215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/vnfm_generic/polld/vnfm_generic_poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ function get_token($SIGNIN_REQ_PATH, $data,$auth_mode)
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json'));
}
debug_dump($ch, "get_token() curl comman\n");


$ret = curl_exec($ch);
debug_dump($ret, "get_token() curl return\n");
// sms_log_info(basename(__FILE__, '.php') . " polling $url with get_token() ret: $ret");
if (curl_errno($ch))
{
Expand Down

0 comments on commit 9f5f215

Please sign in to comment.