We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864c1af commit 75c2839Copy full SHA for 75c2839
CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
31
32
# Define project
33
project(Monitoring
34
- VERSION 3.10.1
+ VERSION 3.11.1
35
DESCRIPTION "O2 Monitoring library"
36
LANGUAGES CXX
37
)
src/Monitoring.cxx
@@ -62,7 +62,6 @@ void Monitoring::flushBuffer()
62
}
63
for (auto& [verbosity, buffer] : mStorage) {
64
if (buffer.empty()) {
65
- MonLogger::Get() << "Not flushing empty buffer" << MonLogger::End();
66
continue;
67
68
for (auto& backend : mBackends) {
0 commit comments