checksrc: silence -b option debug message

Closes #21985
This commit is contained in:
Viktor Szakats 2026-06-12 11:55:29 +02:00
parent d77b4b7407
commit 410f3ca585
No known key found for this signature in database

View file

@ -343,7 +343,7 @@ while(defined $file) {
}
elsif($file =~ /^-b(.*)/) {
$banfunc{$1} = $1;
print STDERR "ban use of \"$1\"\n";
# print STDERR "ban use of \"$1\"\n";
$file = shift @ARGV;
next;
}