mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-14 19:45:37 +02:00
Add new line to RB debug output
This commit is contained in:
@@ -74,7 +74,7 @@ void RingBuffer<T>::initialize(const size_t requested_slot_size)
|
||||
cout << " Ringbuffer initialized";
|
||||
cout << " with slot_size " << slot_size_;
|
||||
cout << " and n_slots " << n_slots_;
|
||||
cout << " and buffer_size " << buffer_size_;
|
||||
cout << " and buffer_size " << buffer_size_ << endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user