mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
typo
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
return new_logger;
|
||||
}
|
||||
|
||||
void drop(const std::string &logger_name)
|
||||
void drop(const std::string& logger_name)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_mutex);
|
||||
_loggers.erase(logger_name);
|
||||
|
Reference in New Issue
Block a user