From 52ff64939f1c58c39a0ae89237abfb0c209f6ac3 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 9 Jan 2018 08:19:48 +0100 Subject: [PATCH] Fix debug output --- src/H5ChunkedWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);