GetOptions(
"q|queue=s" => \$queue_name,
"text!" => \$text_mode,
- "debug!" => \$debug,
+ "debug+" => \$debug,
"debug-children!" => \$debug_children,
"p|parallel=i" => \$BEX::Config::max_parallel_jobs,
"help" => \&usage,
last;
}
my $rpri = $state_to_pri{$host_state{$r->{'Host'}}};
+ print STDERR "I: ... considering ", $r->{'Host'}, " (pri $rpri, lu ", $r->{'LastUpdate'}, ")\n" if $debug > 1;
next if $rpri > $pri;
if ($rpri < $bestpri ||