Fix debug output text

This commit is contained in:
2020-04-06 11:28:14 +02:00
parent c45a5846d4
commit 4685bbbc76
+1 -1
View File
@@ -70,7 +70,7 @@ void RingBuffer::initialize(const size_t requested_slot_size)
cout << "[RingBuffer::initialize]";
cout << " Ringbuffer initialized";
cout << " with slot_size " << slot_size_;
cout << " with n_slots " << n_slots_;
cout << " and n_slots " << n_slots_;
cout << " and buffer_size " << buffer_size_;
#endif
}