MT#55283 flush stdout after config print

Otherwise output doesn't appear until exit of process if stdout is fully
buffered.

Change-Id: Ieef30f7d3b5c290992575b616e1c579fbab7b6ad
mr13.5
Richard Fuchs 1 year ago
parent 4a4b8fec18
commit a07dd246d1

@ -424,6 +424,8 @@ int main(int argc, char* argv[])
#endif
AmConfig::Application.empty() ? "<not set>" : AmConfig::Application.c_str());
fflush(stdout);
AmConfig::dump_Ifs();
if(set_fd_limit() < 0) {

Loading…
Cancel
Save