Disabled printing of the countdown.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent 2f5fb32769
commit 480745c889
  1. 2
      Anvil/Tools/Network.pm

@ -4775,7 +4775,7 @@ sub wait_for_network
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => $debug, list => { timeout => $timeout }});
}
my $shell_call = $anvil->data->{path}{exe}{'nm-online'}." --wait-for-startup --timeout ".$timeout;
my $shell_call = $anvil->data->{path}{exe}{'nm-online'}." --wait-for-startup --quiet --timeout ".$timeout;
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => $debug, list => { shell_call => $shell_call }});
my ($output, $return_code) = $anvil->System->call({debug => $debug, shell_call => $shell_call});

Loading…
Cancel
Save