[Pkg-privacy-commits] [msva-perl] 56/356: improve return message in msva

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:39 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 5e1d03f0e4dfb0fca86539cf8991779c4a356271
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Wed Jan 13 17:26:04 2010 -0500

    improve return message in msva
---
 msva | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msva b/msva
index c99179b..1ac8dce 100755
--- a/msva
+++ b/msva
@@ -204,7 +204,7 @@ $rsa_decoder->prepare(q<
         if ($key->{modulus}->copy()->blog(2) < 1000) { # FIXME: this appears to be the full pubkey, including DER overhead
           $ret->{message} = sprintf('public key size is less than 1000 bits (was: %d bits)', $cert->pubkey_size());
         } else {
-          $ret->{message} = sprintf('tried to validate "%s" through the OpenPGP Web of Trust, failed.', $uid);
+          $ret->{message} = sprintf('failed to validate "%s" through the OpenPGP Web of Trust.', $uid);
 
           my $fh;
           # clean up the path for taint-check mode:

-- 
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