aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-17 20:52:39 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit399772c855a653d435058c9690114c7560883dfc (patch)
tree73c184fe07095261269e9575a9703d09d5773f28
parent40687caa25c206ee36717448787af38c2ff4df56 (diff)
Show failing filename for MOSFLM output
-rw-r--r--src/mosflm.c2
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;
}