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

Re: [leafnode-list] leafnode-1.10.x texpire "relinked message" problem



On Wed, 4 Aug 2004 17:27:44 +0200, you wrote:

>  	ln_log(LNLOG_SERR, LNLOG_CTOP, "cannot unlink %s: %m", f);

I wonder about the %m, gcc (3.3) does not complain so it probably does
not recognize this as valid format spec.

> +    else {
> +	if (debugmode)
> +	    ln_log(LNLOG_SDEBUG, LNLOG_CTOP, "unlinked %s");

gcc complained about this, I changed it to:

 +	    ln_log(LNLOG_SDEBUG, LNLOG_CTOP, "unlinked %s", f);

Expect the requested log somewhere tomorrow, a full texpire run takes me
5-6 hours.

Rein.
-- 
Rein Klazes
rklazes@xxxxxxxxx
-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/