UnitTestBot / UTBotCpp

Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Apache License 2.0
158 stars 27 forks source link

fix the bug log cannot send to client sometimes #662

Closed lzx2017lzx closed 11 months ago

lzx2017lzx commented 11 months ago

The type loguru::NamedVerbosity is int in fact,so it has no initialized value when it is defined.It has dirty data where it is in the line 88 in CLIUtils.cpp.This dirty data can cause the log info cannot send to the client sometimes.

ladisgin commented 11 months ago

@lzx2017lzx Thanks for your contribution