Skip to content

Commit 1a0631c

Browse files
committed
MAke hdf5 lib error message more specific
1 parent d8cfb03 commit 1a0631c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/CommonLibs/OpenEphysHDF5Lib/HDF5FileFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <CommonLibHeader.h>
2828

2929
#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;
30+
#define CHECK_ERROR(x) if (x) std::cerr << "Error at " << __FILE__ " " << __LINE__ << std::endl;
3131

3232
#ifndef CHUNK_XSIZE
3333
#define CHUNK_XSIZE 2048

0 commit comments

Comments
 (0)