diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-17 20:52:39 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | 399772c855a653d435058c9690114c7560883dfc (patch) | |
tree | 73c184fe07095261269e9575a9703d09d5773f28 /src | |
parent | 40687caa25c206ee36717448787af38c2ff4df56 (diff) |
Show failing filename for MOSFLM output
Diffstat (limited to 'src')
-rw-r--r-- | src/mosflm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mosflm.c b/src/mosflm.c index 974b82c5..177ad87c 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -203,7 +203,7 @@ static void write_img(struct image *image) fh = fopen(filename, "w"); if ( !fh ) { - ERROR("Couldn't open temporary file xfel.spt\n"); + ERROR("Couldn't open temporary file '%s'\n", filename); return; } |