Commit a9dc2a97 authored by gabi's avatar gabi

typo

parent 54bc55a3
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment