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 f173bb9 commit 1ef4ac4
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 @@ -214,8 +214,8 @@ function get_health($PROTOCOL, $ME_IP, $HTTP_PORT, $BASE_URL_MS, $TOKEN, $auth_m
return ERR_SD_NOT_CONFIGURED;
}

if (isset($sd->SD_CONFIGVAR_list['PROTOCOL'])) {
$PROTOCOL = $SD->SD_CONFIGVAR_list['PROTOCOL']->VAR_VALUE;
if (isset($SD_CONFIGVAR_list['PROTOCOL'])) {
$PROTOCOL = $SD_CONFIGVAR_list['PROTOCOL']->VAR_VALUE;
echo("PROTOCOL : ".$PROTOCOL."\n");
}
if (isset($sd->SD_CONFIGVAR_list['HTTP_PORT'])) {
Expand Down

0 comments on commit 1ef4ac4

Please sign in to comment.