mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 18:41:35 +08:00
typo
This commit is contained in:
parent
54bc55a3d9
commit
a9dc2a9705
@ -72,7 +72,7 @@ public:
|
|||||||
return new_logger;
|
return new_logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
void drop(const std::string &logger_name)
|
void drop(const std::string& logger_name)
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_mutex);
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
_loggers.erase(logger_name);
|
_loggers.erase(logger_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user