you might want to add a \n in front of the first debug line to make sure it appears on a new line in log, otherwise it's appended to the last _trace_send: message and hard to spot in the log.
eg.
- Code: Select all
traceln("blablabla");
becomes
- Code: Select all
traceln("\nblablabla");




