aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index db609113..b44bd011 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -404,7 +404,7 @@ void output_intensities(struct image *image, UnitCell *cell)
/* Explicit printf() used here (not normally allowed) because
* we really want to output to stdout */
- printf("New pattern: %7.5f %7.5f %7.5f %7.5f\n",
+ printf("New pattern: %s %7.5f %7.5f %7.5f %7.5f\n", image->filename,
image->orientation.w, image->orientation.x,
image->orientation.y, image->orientation.z);
for ( i=0; i<n_hits; i++ ) {