Skip to content

Commit ae0cc12

Browse files
authored
WinMLRunner add missing new line (#497)
1 parent 3040137 commit ae0cc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/WinMLRunner/src/EventTraceHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static DWORD FormatDataForCPUFallback(_In_ const PEVENT_RECORD EventRecord,
420420
static bool showOneWarningMessage = useGPU && !logCPUFallback;
421421
if (showOneWarningMessage)
422422
{
423-
wprintf(L"WARNING: CPU fallback detected. Run again with -logCPUFallback to see which operators ran on the CPU.");
423+
wprintf(L"WARNING: CPU fallback detected. Run again with -logCPUFallback to see which operators ran on the CPU.\n");
424424
showOneWarningMessage = false;
425425
}
426426
}

0 commit comments

Comments
 (0)