X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=yapfaq.pl;h=a50c08a231050f79dfca9a48e3fda3290690d8c8;hp=517eac1b4547e20fb9a48b0c61e7f5c0807c7ad3;hb=1ee30cc37f38c730d35f8079cdfcc64d1630a22d;hpb=c2f107a55ec87cb6e996eb9c88805275ef6843d9 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";