[Pkg-privacy-commits] [msva-perl] 238/356: fixed broken error message
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository msva-perl.
commit ff8d96fcdc002e02df6d5aca8daacbef21470447
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Fri Dec 17 13:04:44 2010 -0500
fixed broken error message
---
gpgkeys_hkpms | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpgkeys_hkpms b/gpgkeys_hkpms
index 8022848..2868099 100755
--- a/gpgkeys_hkpms
+++ b/gpgkeys_hkpms
@@ -46,7 +46,7 @@ use warnings;
} elsif ($opt eq 'check-cert') {
$self->{actually_check} = 1;
} else {
- $self->{logger}->log('error', "Received '%s' as an option, but gpgkeys_hkpms does not implement it. Ignoring...\n");
+ $self->{logger}->log('error', "Received '%s' as an option, but gpgkeys_hkpms does not implement it. Ignoring...\n", $opt);
}
# FIXME: consider other keyserver-options from gpg(1).
# in particular, the following might be interesting:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list