aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.c')
-rw-r--r--src/reflections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.c b/src/reflections.c
index b49b4a15..a5917d1e 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -93,7 +93,7 @@ double *read_reflections(const char *filename, unsigned int *counts)
fh = fopen(filename, "r");
if ( fh == NULL ) {
- ERROR("Failed to open input file\n");
+ ERROR("Failed to open input file '%s'\n", filename);
return NULL;
}