Change: Inform user when writing to ERROR.dat.
[usenet/yapfaq.git] / yapfaq.pl
index 517eac1..a50c08a 100644 (file)
--- 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";
This page took 0.010493 seconds and 4 git commands to generate.