[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Re: Problem with deleted newsgroup



Berthold Höllmann schrieb am 2004-10-07:

> The group has been deleted recently (there was a post, that this
> should happen at 2004/09/04, see
> http://groups.google.de/groups?hl=de&lr=&group=de.comp.hardware.announce&selm=cha4ek.360.1%40news.pothe.de)
> The reason is given in
> http://groups.google.de/groups?hl=de&lr=&group=de.comp.hardware.announce&selm=Result-loeschung-de.comp.hardware.announce-27.08.2004%40dana.de

This patch against 1.10.6 should fix the problem. I should also work on
several older versions. It makes the "not found in groupinfo file"
appear only at -vv and higher verbose levels:

Index: fetchnews.c
===================================================================
RCS file: /var/CVS/leafnode-1/fetchnews.c,v
retrieving revision 1.176
diff -u -r1.176 fetchnews.c
--- fetchnews.c	3 Sep 2004 21:23:58 -0000	1.176
+++ fetchnews.c	7 Oct 2004 21:29:15 -0000
@@ -2106,7 +2106,8 @@
 		    break;
 		}
 	    } else {
-		printf("%s not found in groupinfo file\n", de->d_name);
+		if (verbose > 1)
+		    printf("%s not found in groupinfo file\n", de->d_name);
 		syslog(LOG_NOTICE, "%s not found in groupinfo file", de->d_name);
 	    }
 	} /* if isalnum */

-- 
Matthias Andree

Encrypted mail welcome: my GnuPG key ID is 0x052E7D95 (PGP/MIME preferred)
-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/