From: Daniel Kahn Gillmor Date: Fri, 17 Dec 2010 18:04:44 +0000 (-0500) Subject: fixed broken error message X-Git-Tag: msva-perl_debian/0.8-1~1^2~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff8d96fcdc002e02df6d5aca8daacbef21470447;p=monkeysphere-validation-agent.git fixed broken error message --- 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: