Prevent log length to be set to 0
[pulseview.git] / pv / logging.cpp
index ab0594c342e5b58a0d7bf63ec91693640adbba50..dea333e534489b78bae632da28ccad90c56e35bd 100644 (file)
@@ -34,6 +34,7 @@ namespace pv {
 
 Logging logging;
 
+const int Logging::MIN_BUFFER_SIZE = 10;
 const int Logging::MAX_BUFFER_SIZE = 50000;
 
 Logging::~Logging()