From 1fcb8139f628d417ef77fdaa86c0ffd805c93d6c Mon Sep 17 00:00:00 2001 From: staviq Date: Wed, 25 Oct 2023 23:50:16 +0000 Subject: [PATCH] Update common/log.h Co-authored-by: cebtenzzre --- common/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/log.h b/common/log.h index 724fc4bcd..625547d79 100644 --- a/common/log.h +++ b/common/log.h @@ -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;