Fix debug output

This commit is contained in:
2018-01-09 08:19:48 +01:00
parent 1cbd68ad89
commit 52ff64939f
+1 -1
View File
@@ -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);