diff --git a/projects/clr/rocclr/runtime/device/rocm/rocprintf.cpp b/projects/clr/rocclr/runtime/device/rocm/rocprintf.cpp index 69566b699c..141fae7bd2 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocprintf.cpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocprintf.cpp @@ -426,8 +426,7 @@ bool PrintfDbg::output(VirtualGPU& gpu, bool printfEnabled, offsetSize = *dbgBufferPtr; if (offsetSize == 0) { - LogError("\n The printf buffer is empty!"); - return false; + return true; } // Get a pointer to the buffer data