mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 06:24:13 +02:00
Fix debug output
This commit is contained in:
@@ -69,7 +69,7 @@ void HDF5ChunkedWriter::close_file()
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
std::cout << "Closing file." << std::endl;
|
||||
std::cout << "[H5ChunkedWriter] Closing file." << std::endl;
|
||||
#endif
|
||||
|
||||
compact_dataset(dataset, max_frame_index);
|
||||
|
||||
Reference in New Issue
Block a user