Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarLogging.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 12:32:57 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 12:32:57 +1000
commitc46b8f43d8d61d969d205befee23d3824b33b099 (patch)
treee83587c78de8ab67fabee0f23728b3b470141389 /source/core/StarLogging.cpp
parentb4b2219aedc56e3e6958d18a522f697a92799829 (diff)
Update StarLogging.cpp
Diffstat (limited to 'source/core/StarLogging.cpp')
-rw-r--r--source/core/StarLogging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/core/StarLogging.cpp b/source/core/StarLogging.cpp
index ba58c04..ef64d64 100644
--- a/source/core/StarLogging.cpp
+++ b/source/core/StarLogging.cpp
@@ -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;
}