From: weasel Date: Tue, 3 Jul 2007 13:40:16 +0000 (+0000) Subject: Fix warning message X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=cbc6184d0b23164c63d4789ccdbdf8bf0ef6e176 Fix warning message git-svn-id: svn://svn.debian.org/pgp-tools/trunk@333 b513b33f-fedd-0310-b452-c3deb5f4c849 --- 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;