Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
The log output in WHS-Testbot is currently truncated, because StringOut doesn't flush the remaining bits in the cout buffer.
Also we switched from DbgPrint to OutputDebugStringA some time ago. The new function doesn't impose a 512-byte output limit, so we can simplify most of the StringOut code.
Attachments
Issue Links
- relates to
-
ROSTESTS-178 rosautotest breaks debug output in random places
- Resolved