projects
/
usenet
/
yapfaq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f107a
)
Change: Inform user when writing to ERROR.dat.
author
Thomas Hochstein
<thh@inter.net>
Sun, 21 Feb 2010 18:14:15 +0000
(19:14 +0100)
committer
Thomas Hochstein
<thh@inter.net>
Sun, 21 Feb 2010 18:14:15 +0000
(19:14 +0100)
Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl
patch
|
blob
|
blame
|
history
diff --git
a/yapfaq.pl
b/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.011748 seconds
and
4
git commands to generate.