Improve debug text in RingBuffer

This commit is contained in:
2020-04-08 10:18:41 +02:00
parent 5d1811b650
commit 596893bcf9
+1 -1
View File
@@ -45,7 +45,7 @@ void RingBuffer::initialize(const size_t requested_slot_size)
using namespace chrono;
err_msg << "[" << system_clock::now() << "]";
err_msg << "[RingBuffer::initialize]";
err_msg << " Ringbuffer initialized with smaller slot_size ";
err_msg << " Already initialized with smaller slot_size ";
err_msg << slot_size_ << " than requested_slot_size ";
err_msg << requested_slot_size << endl;