From: Frédéric M. <fre...@wo...> - 2010-03-03 09:45:42
|
Hello, I just noticed that the message printed in rfc822.c at line 76: if (outlevel >= O_DEBUG) report_build(stdout, GT_("About to rewrite %s"), buf); doesn't end with a \n. The next message written at line 212 is therefore concatenated with this one. The same may be true for the message printed in driver.c starting at line 619: report_build(stdout, GT_("reading message %s@%s:%d of %d"), ctl->remotename, ctl->server.truename, num, count); if (len > 0) report_build(stdout, wholesize ? GT_(" (%d octets)") : GT_(" (%d header octets)"), len); In my log, it is concatenated with the above mentioned message. I'm running fetchmail with option -vv. Frederic |