diff options
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 9cc03f0b..7b81b407 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -2619,6 +2619,7 @@ static int check_dims(struct hdfile *hdfile, struct panel *p, struct event *ev, dh = H5Dopen2(hdfile->fh, full_panel_path, H5P_DEFAULT); if ( dh < 0 ) { + ERROR("Error opening '%s'\n", full_panel_path); ERROR("Failed to enumerate events. " "Check your geometry file.\n"); return 1; |