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 a20c7f3 commit 9d9a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/vnfm_generic/vnfm_generic_connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function send($origin, $cmd)
$delay = EXPECT_DELAY / 1000;

$action = explode("#", $cmd);
debug_dump(action, "send() action: \n");
debug_dump($action, "send() action: \n");

//Add if oauth
if($this->auth_mode == "oauth_v2" && !isset($this->key)) {
Expand Down

0 comments on commit 9d9a2fa

Please sign in to comment.