projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b493ade
)
Tidy comment left when removing fatal
author
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 22:05:05 +0000
(17:05 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Sat, 5 Nov 2022 22:05:05 +0000
(17:05 -0500)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index 68029b5814adc0050d303ee09a540993eedd6911..26f1de96065ddf68792693845e499c3289ca1c3b 100755
(executable)
--- a/
gatekeeper.pl
+++ b/
gatekeeper.pl
@@
-2614,8
+2614,7
@@
foreach my $packet (@packets) { # each list element is an array reference
$op_header = $oplist->[0][1];
# Phone home. E-mail the contents of the directive file to the maintainer,
- # for debugging purposes. After this point, we don't need to pass the
- # directive text to any subsequent fatal calls.
+ # for debugging purposes.
if (defined $op_header->{package}) {
debug($directive_text, $op_header->{package}) if DEBUG;
} else {