-
- Downloads
tools: use Log instead of fmt::print
Since fmt::print does not flush the buffer, I added a Log macro to ensure the output is immediately flushed. Not needed for print on stderr as std lib already flush it. Change-Id: Ieb7c04f9f191f1982643b005fae2d4e944a3a1fa
Showing
- tools/benchmark/main.cpp 11 additions, 11 deletionstools/benchmark/main.cpp
- tools/common.h 2 additions, 0 deletionstools/common.h
- tools/dhtnet_crtmgr/main.cpp 20 additions, 20 deletionstools/dhtnet_crtmgr/main.cpp
- tools/dnc/dnc.cpp 11 additions, 11 deletionstools/dnc/dnc.cpp
- tools/dnc/main.cpp 6 additions, 6 deletionstools/dnc/main.cpp
- tools/dsh/main.cpp 4 additions, 4 deletionstools/dsh/main.cpp
- tools/dvpn/main.cpp 5 additions, 5 deletionstools/dvpn/main.cpp
Please register or sign in to comment