Believe it or not, printf()'s does not work too much without this one.
This commit is contained in:
parent
8cda9cdbcf
commit
0498d92f95
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
log_init_debug(NULL);
|
log_init_debug(NULL);
|
||||||
|
setvbuf(stdout, NULL, _IONBF, 0); /* And yes, this does make a difference */
|
||||||
|
setvbuf(stderr, NULL, _IONBF, 0);
|
||||||
parse_args(argc, argv);
|
parse_args(argc, argv);
|
||||||
|
|
||||||
log(L_INFO "Launching BIRD 0.0.0...");
|
log(L_INFO "Launching BIRD 0.0.0...");
|
||||||
|
|
Loading…
Reference in a new issue