[Pgp-tools-commit] r333 - trunk/caff
weasel at alioth.debian.org
weasel at alioth.debian.org
Tue Jul 3 13:40:16 UTC 2007
Author: weasel
Date: 2007-07-03 13:40:16 +0000 (Tue, 03 Jul 2007)
New Revision: 333
Modified:
trunk/caff/caff
Log:
Fix warning message
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2007-06-25 09:18:49 UTC (rev 332)
+++ trunk/caff/caff 2007-07-03 13:40:16 UTC (rev 333)
@@ -777,7 +777,7 @@
my ($stdout, $stderr, $status) = readwrite_gpg($message, $inputfd, $stdoutfd, $stderrfd, $statusfd);
waitpid $pid, 0;
if ($stdout eq '') {
- warn ("No data from gpg for list-key $key_id\n");
+ warn ("No data from gpg for encrypting mail\n");
next;
};
$message = $stdout;
More information about the Pgp-tools-commit
mailing list