View Single Post
Old 01-17-2005, 02:16 PM  
Unique
Senior Member
 
Join Date: Jan 2003
Posts: 231
Default

Seems i found some logging bug.

If theres a real long path, it seems something overflows or something, cuz it wont write a newline char at end of logline causing announce to not work properly..

instead of
01-17-2005 20:09:43 LOGIN: <text here>
01-17-2005 20:09:43 COMPLETE: <text here>
01-17-2005 20:09:43 LOGOUT: <text here>

it wrote:

01-17-2005 20:09:43 LOGIN: <text here>
01-17-2005 20:09:43 COMPLETE: <long text here>01-17-2005 20:09:43 LOGOUT: <text here>

So 2 things on 1 line..
Unique is offline   Reply With Quote