aboutsummaryrefslogtreecommitdiff
path: root/src/check_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r--src/check_hkl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c
index dc376779..f22373b0 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -444,7 +444,7 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
fh = fopen(shell_file, "w");
if ( fh == NULL ) {
- ERROR("Couldn't open 'shells.dat'\n");
+ ERROR("Couldn't open '%s'\n", shell_file);
return;
}
@@ -645,7 +645,7 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
fclose(fh);
- STATUS("Resolution shell information written to shells.dat.\n");
+ STATUS("Resolution shell information written to %s.\n", shell_file);
free(possible);
free(measurements);