[Pkg-privacy-commits] [msva-perl] 208/356: tweak log message, and remove errant space

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:57 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 5635514fdff8cea46baa255093308a5a1c8891a6
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sat Oct 30 15:53:38 2010 -0400

    tweak log message, and remove errant space
---
 Crypt/Monkeysphere/MSVA.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm
index 8c4cb81..02170b1 100755
--- a/Crypt/Monkeysphere/MSVA.pm
+++ b/Crypt/Monkeysphere/MSVA.pm
@@ -171,7 +171,7 @@
       push(@goodlines, $line) if ($state eq 'body');
     }
 
-    msvalog('debug', "Found %d lines of RFC4716 body:\n%s\n", 
+    msvalog('debug', "Found %d lines of RFC4716 body:\n%s\n",
             scalar(@goodlines),
             join("\n", @goodlines));
     my $out = parse_rfc4716body(join('', @goodlines));
@@ -593,8 +593,8 @@
 
     my $uid = getuid($data);
     if ($uid eq []) {
-        msvalog('error', "invalid peer/context: %s/%s\n", $data->{context}, $data->{peer});
-        $ret->{message} = sprintf('invalid peer/context');
+        msvalog('error', "invalid context/peer: %s/%s\n", $data->{context}, $data->{peer});
+        $ret->{message} = sprintf('invalid context/peer');
         return $status, $ret;
     }
     msvalog('verbose', "context: %s\n", $data->{context});

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