diff options
author | fiaxh <git@lightrise.org> | 2018-11-14 18:17:10 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2018-11-27 03:38:42 +0100 |
commit | 2208ff9799b8b551b4da5227a32a09f9e00ffb6a (patch) | |
tree | 9c8c4d91f6b4c3e9e825bf5148db9932a3ecc97d /plugins/openpgp | |
parent | d9cbf571b0a5154d524ca65485dbb86a51268a06 (diff) | |
download | dino-2208ff9799b8b551b4da5227a32a09f9e00ffb6a.tar.gz dino-2208ff9799b8b551b4da5227a32a09f9e00ffb6a.zip |
Restructure (http) file provider flow: Separate download&get_info, download in provider, move XmppStreamModule into xmpp-vala
Diffstat (limited to 'plugins/openpgp')
-rw-r--r-- | plugins/openpgp/src/out_file_processor.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/openpgp/src/out_file_processor.vala b/plugins/openpgp/src/out_file_processor.vala index 522e518a..40eef7f5 100644 --- a/plugins/openpgp/src/out_file_processor.vala +++ b/plugins/openpgp/src/out_file_processor.vala @@ -23,6 +23,7 @@ public class OutFileProcessor : OutgoingFileProcessor, Object { file_transfer.encryption = Encryption.PGP; file_transfer.server_file_name = Xmpp.random_uuid() + ".pgp"; } catch (Error e) { + warning(@"PGP file encryption error: $(e.message)\n"); file_transfer.state = FileTransfer.State.FAILED; } } |