From 7a9b23e4f4c8914a13273f6e6ee66f8844927344 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 26 Sep 2020 16:09:43 +0300 Subject: [PATCH] Update registry-inl.h --- include/spdlog/details/registry-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/registry-inl.h b/include/spdlog/details/registry-inl.h index af905708..30acb226 100644 --- a/include/spdlog/details/registry-inl.h +++ b/include/spdlog/details/registry-inl.h @@ -57,7 +57,7 @@ SPDLOG_INLINE void registry::register_logger(std::shared_ptr new_logger) register_logger_(std::move(new_logger)); } -// set level if this logger was configured if the cfg_levels_ +// set level if this logger was configured in the cfg_levels_ // return true if found and set SPDLOG_INLINE bool registry::set_level_from_cfg_(logger *logger) {