From: Jameson Rollins Date: Wed, 13 Jan 2010 22:26:04 +0000 (-0500) Subject: improve return message in msva X-Git-Tag: msva-perl/0.1~21 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5e1d03f0e4dfb0fca86539cf8991779c4a356271;p=monkeysphere-validation-agent.git improve return message in msva --- 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: