aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/hdf5-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c
index 346322cb..d488de7a 100644
--- a/libcrystfel/src/hdf5-file.c
+++ b/libcrystfel/src/hdf5-file.c
@@ -286,7 +286,7 @@ static double get_wavelength(struct hdfile *f)
if ( dh < 0 ) {
dh = H5Dopen2(f->fh, "/LCLS/photon_wavelength_A", H5P_DEFAULT);
if ( dh < 0 ) {
- ERROR("Couldn't get photon wavelength from HDF5 file.\n");
+ ERROR("Couldn't get wavelength from HDF5 file.\n");
return -1.0;
}
nm = 0;