diff options
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r-- | libcrystfel/src/stream.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 0e8cc003..dffce8f6 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1038,6 +1038,8 @@ static void read_crystal(Stream *st, struct image *image, StreamReadFlags srf) } if ( reflist == NULL ) { ERROR("Failed while reading reflections\n"); + ERROR("Filename = %s\n", image->filename); + ERROR("Event = %s\n", get_event_string(image->event)); break; } |