Add .gitignore.
[usenet/yapfaq.git] / yapfaq.pl
index 06734ff..a50c08a 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -79,7 +79,7 @@ foreach (@Config) {
     }
     close FH;
   } else { 
-    warn "Couldn't open $File.cfg: $!";
+    warn "Couldn't open $File.cfg: $!\n";
   }
 
   $SupersedeMID = "" unless $Supersede;
@@ -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.010489 seconds and 4 git commands to generate.