From: Thomas Hochstein Date: Sun, 21 Feb 2010 18:14:15 +0000 (+0100) Subject: Change: Inform user when writing to ERROR.dat. X-Git-Tag: v0.6~8 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=114be30251723efbaf007d848da3eccfd0352149 Change: Inform user when writing to ERROR.dat. Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index 517eac1..a50c08a 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -239,7 +239,7 @@ sub post { if (!$NewsConnection->ok()) { open FH, ">>ERROR.dat"; - print FH "\nPosting failed! Response from news server:\n"; + print FH "\nPosting failed! Saving to ERROR.dat. Response from news server:\n"; print FH $NewsConnection->code(); print FH $NewsConnection->message(); print FH "\n";