Details
-
Task
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
llapi_printf() and llapi_error() use fprintf() to print message to stdout/stderr stream , so the content may be buffered and cannot be printed in time, especially if the stdout/stderr is redirected. Sometime this behavior is confusing. , so flush the stdout/stderr after printing the message in llapi_printf()/llapi_error().