From: Jameson Rollins Date: Thu, 14 Jan 2010 20:57:59 +0000 (-0500) Subject: small tweak to msva return message X-Git-Tag: msva-perl/0.1~19 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=93ce9cf26a1d81892a47dc1f9c51ca74bbc78156;p=monkeysphere-validation-agent.git small tweak to msva return message --- diff --git a/msva b/msva index 1ac8dce..43bd13b 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('failed to validate "%s" through the OpenPGP Web of Trust.', $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: