[Pkg-privacy-commits] [msva-perl] 46/356: small tweak to msva log out

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:38 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 c18d7b75f18f74fdb44d61a9316998d6a8585cc2
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sun Jan 10 23:58:22 2010 -0500

    small tweak to msva log out
---
 msva | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/msva b/msva
index 4771db6..eabbc04 100755
--- a/msva
+++ b/msva
@@ -71,8 +71,8 @@ use strict;
 
     my $cert = Crypt::X509->new(cert => join('', map(chr, @{$data->{pkc}->{data}})));
 
-    printf STDERR "cert subject was: %s\n", $cert->subject_cn();
-    printf STDERR "cert issuer was: %s\n", $cert->issuer_cn();
+    printf STDERR "cert subject: %s\n", $cert->subject_cn();
+    printf STDERR "cert issuer: %s\n", $cert->issuer_cn();
 
 
     my $ret = { valid => JSON::true,

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