Update registry-inl.h

This commit is contained in:
Gabi Melman 2020-09-26 16:09:43 +03:00 committed by GitHub
parent 47253ba2a1
commit 7a9b23e4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ SPDLOG_INLINE void registry::register_logger(std::shared_ptr<logger> new_logger)
register_logger_(std::move(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 // return true if found and set
SPDLOG_INLINE bool registry::set_level_from_cfg_(logger *logger) SPDLOG_INLINE bool registry::set_level_from_cfg_(logger *logger)
{ {