Fix warning message
[pgp-tools.git] / caff / caff
index ae922cd96d2f2e7020ba7f1bfe69f0740a8d0d0c..5d6121ef0d02cef9313112a574f19c6583398af0 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -777,7 +777,7 @@ sub send_mail($$$@) {
                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;