Update common/log.h
Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>
This commit is contained in:
parent
8eda531b63
commit
1fcb8139f6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
|
||||||
|
|
||||||
if (multilog != LogTriStateSame)
|
if (multilog != LogTriStateSame)
|
||||||
{
|
{
|
||||||
_multilog = (multilog == LogTriStateTrue ? true : false);
|
_multilog = multilog == LogTriStateTrue;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::stringstream buf;
|
std::stringstream buf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue