fix(tools): format output of existing tunnel

main
Tsu-ba-me 1 year ago committed by Yanhao Lei
parent 5220b6cbfc
commit 7cd7b07d81
  1. 2
      tools/striker-manage-vnc-pipes

@ -692,7 +692,7 @@ sub start_tunnel
my $existing_tunnel = $tunnels->{server_uuids}{$svr_uuid};
$anvil->Log->variables({ source => $THIS_FILE, line => __LINE__, level => $debug, list => { existing_tunnel => $existing_tunnel } });
$anvil->Log->entry({ source => $THIS_FILE, line => __LINE__, level => $debug, raw => prettify($existing_tunnel, "existing_tunnel") });
return (0, $svr_uuid) if (defined $existing_tunnel);

Loading…
Cancel
Save