Update common/log.h

Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>
This commit is contained in:
staviq 2023-10-25 23:50:16 +00:00 committed by GitHub
parent 8eda531b63
commit 1fcb8139f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
if (multilog != LogTriStateSame)
{
_multilog = (multilog == LogTriStateTrue ? true : false);
_multilog = multilog == LogTriStateTrue;
}
std::stringstream buf;