log: Disable stdout buffering. I want to see output sooner in journalctl.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 34m18s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 34m18s
This commit is contained in:
parent
deae4d5367
commit
bfa97ed7c7
@ -2026,6 +2026,7 @@ void tf_run_thread_start(const char* zip_path)
|
||||
#else
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
setvbuf(stdout, NULL, _IONBF, 0);
|
||||
_startup(argc, argv);
|
||||
ares_library_init(0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user