aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index c26842c3..820eb248 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -377,7 +377,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
}
if ( image->features == NULL ) {
- ERROR("Peaksearch failed for image %s" "(event %s).\n",
+ ERROR("Peak search failed for image %s (event %s).\n",
image->filename, image->ev);
}
profile_end("peak-search");