File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -562,6 +562,7 @@ if(defined($opt_l)) {
562
562
# removed executable mapped files
563
563
if ($path =~ s / \( deleted\) $// || # Linux
564
564
$path =~ s / ^\( deleted\) // ) { # Linux VServer
565
+ print STDERR " $LOGPREF #$pid is $exe \n " if ($nrconf {verbosity } > 1);
565
566
print STDERR " $LOGPREF #$pid uses deleted $path \n " if ($nrconf {verbosity } > 1);
566
567
$restart ++;
567
568
last ;
@@ -575,6 +576,7 @@ if(defined($opt_l)) {
575
576
my ($testp ) = grep { -e $_ ; } @paths ;
576
577
unless ($testp ) {
577
578
unless ($nrconf {skip_mapfiles } == -1) {
579
+ print STDERR " $LOGPREF #$pid is $exe \n " if ($nrconf {verbosity } > 1);
578
580
print STDERR " $LOGPREF #$pid uses non-existing $path \n " if ($nrconf {verbosity } > 1);
579
581
$restart ++;
580
582
last ;
@@ -614,6 +616,7 @@ if(defined($opt_l)) {
614
616
# BTRFS breaks device ID mapping completely...
615
617
# ignoring unnamed device IDs for now
616
618
$mdev =~ / ^0:/ )) {
619
+ print STDERR " $LOGPREF #$pid is $exe \n " if ($nrconf {verbosity } > 1);
617
620
print STDERR " $LOGPREF #$pid uses obsolete $path \n " if ($nrconf {verbosity } > 1);
618
621
$restart ++;
619
622
last ;
You can’t perform that action at this time.
0 commit comments