Update StarLogging.cpp
This commit is contained in:
parent
b4b2219aed
commit
c46b8f43d8
@ -85,7 +85,6 @@ void Logger::refreshLoggable() {
|
||||
for (auto i = (size_t)l->level(); i != loggable.size(); ++i)
|
||||
loggable[i] = true;
|
||||
}
|
||||
MutexLocker locker(s_mutex);
|
||||
s_loggable = loggable;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user