Index: kmt_test.h =================================================================== --- rostests/kmtests/include/kmt_test.h (revision 74432) +++ rostests/kmtests/include/kmt_test.h (working copy) @@ -281,6 +281,7 @@ } while (InterlockedCompareExchange(&Buffer->LogBufferLength, NewLength, OldLength) != OldLength); memcpy(&Buffer->LogBuffer[OldLength], String, Length); + DbgPrint("KMTEST: %.*s", (int)Length, String); } KMT_FORMAT(ms_printf, 5, 0)