]> err.no Git - pwstore/commitdiff
Say what gnupg complained about
authorPeter Palfrader <peter@palfrader.org>
Mon, 22 Sep 2008 19:40:46 +0000 (21:40 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 22 Sep 2008 19:40:46 +0000 (21:40 +0200)
pws

diff --git a/pws b/pws
index db0046e47954f966c3327ffb09ae99373f587e13..e2ba7d3e01af8d9b38cb9567f4a447795de8099a 100755 (executable)
--- a/pws
+++ b/pws
@@ -231,7 +231,10 @@ class GroupConfig
     end
 
     if not goodsig
-      STDERR.puts ".users file is not signed properly"
+      STDERR.puts ".users file is not signed properly.  GnuPG said on stderr:"
+      STDERR.puts stderrtxt
+      STDERR.puts "and via statusfd:"
+      STDERR.puts statustxt
       exit(1)
     end