We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cfb03 commit 1a0631cCopy full SHA for 1a0631c
1 file changed
Source/Plugins/CommonLibs/OpenEphysHDF5Lib/HDF5FileFormat.h
@@ -27,7 +27,7 @@
27
#include <CommonLibHeader.h>
28
29
#define PROCESS_ERROR std::cerr << error.getCDetailMsg() << std::endl; return -1
30
-#define CHECK_ERROR(x) if (x) std::cerr << "Error at HDFRecording " << __LINE__ << std::endl;
+#define CHECK_ERROR(x) if (x) std::cerr << "Error at " << __FILE__ " " << __LINE__ << std::endl;
31
32
#ifndef CHUNK_XSIZE
33
#define CHUNK_XSIZE 2048
0 commit comments