PDA

View Full Version : malformed ioftpd.log


wooolF[RM]
01-19-2005, 06:31 PM
ioftpd.log gets malformed when line put to log is > 532, the \n is
missed off the end of the line, hence next entry is appended to
previous.

usually it happends when the release name is too long

neoxed
01-19-2005, 07:22 PM
By design.

ioFTPD\source\Include\ServerLimits.h

#define LOG_LENGTH 512
The 512 bytes includes the message and the terminating "\r\n\0", not the time stamp.

Unique
01-20-2005, 05:50 AM
Yea wrote same bug in iozs2.0 thread some days ago,
very irritating problem