Mercurial > noffle
annotate debian/logcheck @ 386:278a03a392b1 noffle
[svn] * src/client.c: Return correct status from Client_postArt() and add
function comment detailing what return code should be, because it's
not obvious that the return code should report success when the
posting failed for reasons other than connection problems. This should fix
problem with failing posting stopping fetches. Thanks to Dan Jacobson
for spotting this.
* src/client.c: Fix problemette with filter discards not updating remote
group article count and so the overview being refetched until
and article appears that doesn't fall foul of the filter and thus does
update the remove group 'next article' marker. Thanks to Dan Jacobson
for spotting this.
author | bears |
---|---|
date | Thu, 22 May 2003 09:23:33 +0100 |
parents | 52ce87d25641 |
children |
rev | line source |
---|---|
301 | 1 /USR/SBIN/CRON\[[0-9]+\]: \(news\) CMD \(\[ -x /usr/sbin/noffle-cronfetch \] && /usr/sbin/noffle-cronfetch\) |
306
52ce87d25641
[svn] added logging when fetching news started/finished
godisch
parents:
301
diff
changeset
|
2 noffle\[[0-9]+\]: Fetching news\.\.\. |
301 | 3 noffle\[[0-9]+\]: Fetch from .+ |
4 noffle\[[0-9]+\]: Connected to .+ | |
5 noffle\[[0-9]+\]: Updating groupinfo | |
6 noffle\[[0-9]+\]: Getting remote overviews .+ for group .+ | |
7 noffle\[[0-9]+\]: Added .+ .+ | |
8 noffle\[[0-9]+\]: [0-9]+ articles marked for download in .+ | |
9 noffle\[[0-9]+\]: No articles in .+ | |
10 noffle\[[0-9]+\]: No new articles in .+ | |
11 noffle\[[0-9]+\]: [0-9]+ TOTAL messages to download | |
12 noffle\[[0-9]+\]: Retrieving article list | |
13 noffle\[[0-9]+\]: \[[0-9]+/[0-9]+\] Retrieving .+ | |
14 noffle\[[0-9]+\]: Fetch from .+ finished | |
306
52ce87d25641
[svn] added logging when fetching news started/finished
godisch
parents:
301
diff
changeset
|
15 noffle\[[0-9]+\]: Fetching news finished\. |
301 | 16 noffle\[[0-9]+\]: Expiring articles |
17 noffle\[[0-9]+\]: [0-9]+ articles deleted, [0-9]+ left | |
18 noffle\[[0-9]+\]: Expiring overviews not in database | |
19 noffle\[[0-9]+\]: [0-9]+ overviews deleted from group .+, [0-9]+ left .+ |