-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b94
-
generic
-
generic
Currently we use several prints to build up the output. In a multi-thread world, bits of message can interleave. It's better to build string and issue all at once.