We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7aa7d commit ec1cb10Copy full SHA for ec1cb10
apt-file
@@ -516,6 +516,7 @@ sub list_indices {
516
push(@indices, $index);
517
}
518
519
+ debug(1, 'All information collected; creating table');
520
my $row_delimit = sprintf("+-%s-+", join('-+-', map { '-' x $len[$_] } (0..$#headers)));
521
522
tty_human_status('');
@@ -534,6 +535,8 @@ sub list_indices {
534
535
} (0..$#headers)));
536
537
printf("%s\n", $row_delimit);
538
+ debug(1, 'Finished writing table');
539
+
540
541
542
sub print_help {
@@ -886,6 +889,7 @@ sub lookup_indices {
886
889
'index' => $index_name,
887
890
});
888
891
892
+ debug(1, "Finished reading output from $cmd_debug");
893
close($fd);
894
if (not @cache_entries) {
895
if (not $any_entries) {
0 commit comments