aboutsummaryrefslogtreecommitdiff
path: root/Remote/Encryptable.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Encryptable.hs')
-rw-r--r--Remote/Encryptable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Encryptable.hs b/Remote/Encryptable.hs
index 9e4f58ed4..11df2673c 100644
--- a/Remote/Encryptable.hs
+++ b/Remote/Encryptable.hs
@@ -81,7 +81,7 @@ cipherKey (Just c) k = do
Nothing -> case extractCipher c of
Nothing -> return Nothing
Just encipher -> do
- showNote "unlocking"
+ showNote "gpg"
cipher <- liftIO $ decryptCipher c encipher
Annex.changeState (\s -> s { Annex.cipher = Just cipher })
ret cipher