[leafnode-list] leafnode-1.10.x texpire "relinked message" problem
Rein Klazes
rklazes at xs4all.nl
Wed Aug 4 18:23:07 CEST 2004
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 at xs4all.nl
More information about the leafnode-list
mailing list