From: Peter Palfrader Date: Mon, 22 Sep 2008 19:40:46 +0000 (+0200) Subject: Say what gnupg complained about X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ddcd718c001221e862ae2fba01936985055d0a6;p=pwstore Say what gnupg complained about --- diff --git a/pws b/pws index db0046e..e2ba7d3 100755 --- 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