diff --git a/slsDetectorCalibration/dataStructures/HDF5File.cpp b/slsDetectorCalibration/dataStructures/HDF5File.cpp index 968f6295e..4938a571c 100644 --- a/slsDetectorCalibration/dataStructures/HDF5File.cpp +++ b/slsDetectorCalibration/dataStructures/HDF5File.cpp @@ -216,7 +216,7 @@ bool HDF5File::OpenFrameIndexDataset() { int HDF5File::OpenResources (char const*const fname, bool validate) { - cprintf(BLUE, "Attempting to open file: %s\n", fname); + std::cout << "Debug HDF5File.cpp: Attempting to open file " << fname << std::endl; // Open File file = H5Fopen (fname, H5F_ACC_RDONLY, H5P_DEFAULT); if (file < 0) { diff --git a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp index f1a22ebff..4261764b0 100644 --- a/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp +++ b/slsDetectorCalibration/jungfrauExecutables/jungfrauRawDataProcess_filetxtH5_SC.cpp @@ -210,7 +210,7 @@ int main(int argc, char *argv[]) { auto firstfileh5 = std::make_unique(); firstfileh5->SetFrameIndexPath(frameindexpath); firstfileh5->SetImageDataPath(datasetpath); - std::cout << "Debug" << "Attempting to open file " << filenames[0].c_str() << std::endl; + std::cout << "Debug: Attempting to open file " << filenames[0].c_str() << std::endl; if ( firstfileh5->OpenResources(filenames[0].c_str(), validate_rank) ) { // Validate number of threads