summaryrefslogtreecommitdiffhomepage
path: root/Gpg.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-30 14:07:46 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-30 14:07:46 -0400
commita7c767c914d860e3176fdeacb5d00e4fc25c17d1 (patch)
tree4af6461c551a83765473b155caba92b5537146dc /Gpg.hs
parent41d80e7d61c4915a6cc2995a5b167c422b9a461a (diff)
downloaddebug-me-a7c767c914d860e3176fdeacb5d00e4fc25c17d1.tar.gz
more message improvements
Diffstat (limited to 'Gpg.hs')
-rw-r--r--Gpg.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gpg.hs b/Gpg.hs
index 4d387f8..9ae0638 100644
--- a/Gpg.hs
+++ b/Gpg.hs
@@ -31,6 +31,7 @@ myPublicKey (MySessionKey _ epk) (GpgSign gpgsign) = do
gpgSign :: PublicKey -> IO (PerhapsSigned PublicKey)
gpgSign pk = do
+ putStrLn "Using gpg to sign the debug-me session key."
-- Write it to a temp file because gpg sometimes is unhappy
-- about password prompting when stdin is not connected to
-- the console.