From a30f5a755fa3f31b32bd6c9e081ea8905f3086d1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Feb 2012 16:49:25 -0800 Subject: Fusiness --- libcrystfel/src/hdf5-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') 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; -- cgit v1.2.3