diff --git a/src/H5ChunkedWriter.cpp b/src/H5ChunkedWriter.cpp index e635291..e82f394 100644 --- a/src/H5ChunkedWriter.cpp +++ b/src/H5ChunkedWriter.cpp @@ -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);