Trace messages don't always get their own line

Posted by Fiendish on Thu 20 Aug 2020 02:18 AM — 1 posts, 8,649 views.

USA Global Moderator #0
At first I thought it was because trace messages need to be forced to end in a newline, but now I see that it's more than that because it's actually the beginning not the end of the trace that's the problem (since in some cases the trace stacks up after my ColourNotes).

Examples are:

WARFARE: There are no enemies to fight each other. Peace declared!
TRACE: Matched trigger warfareTRACE: Executing Plugin Aardwolf_Main_Layout script "OnPluginScreendraw"
TRACE: Executing Plugin Aardwolf_Main_Layout script "OnPluginScreendraw"TRACE: Executing Plugin Aardwolf_Main_Layout script "OnPluginScreendraw"
TRACE: Executing trigger script "untagged_info"


TRACE: Executing Plugin Splitscreen_Scrollback script "TextRect.mouseUp"
--------------------Copied to clipboard--------------------TRACE: Executing Plugin Aardwolf_Main_Layout script "OnPluginScreendraw"
foo
-----------------------------------------------------------TRACE: Executing Plugin Aardwolf_Main_Layout script "OnPluginScreendraw"
TRACE: Executing Plugin Splitscreen_Scrollback script "ScrollMain"


In the examples the part that goes
--------------------Copied to clipboard--------------------
foo
-----------------------------------------------------------
is ColourNote messages printed by me.

And
WARFARE: There are no enemies to fight each other. Peace declared!
is printed by the server.