# HG changeset patch # User Mychaela Falconia # Date 1495498121 0 # Node ID 6e8f2728c7f54e27694e88e14bc8a2d70019f3f9 # Parent 4cd55371d3e46e256bc64bc2cdf2eb33b78b4b41 fc-rfcal-vcxo: added setlinebuf(stdout) to allow easier logging with tee diff -r 4cd55371d3e4 -r 6e8f2728c7f5 autocal/vcxomain.c --- a/autocal/vcxomain.c Tue May 23 00:05:33 2017 +0000 +++ b/autocal/vcxomain.c Tue May 23 00:08:41 2017 +0000 @@ -44,6 +44,7 @@ socket_pathname_options(argc, argv); connect_rvinterf_socket(); connect_tsid_socket(); + setlinebuf(stdout); /* to allow logging with tee */ prepare_rf_test_system(); printf("Putting the DUT into Test Mode\n");