X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaff;h=5d6121ef0d02cef9313112a574f19c6583398af0;hb=cbc6184d0b23164c63d4789ccdbdf8bf0ef6e176;hp=ae922cd96d2f2e7020ba7f1bfe69f0740a8d0d0c;hpb=ffeb72b98d41f9928a59792366e88146e4d8541a;p=pgp-tools.git diff --git a/caff/caff b/caff/caff index ae922cd..5d6121e 100755 --- 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;