summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 1ddea78f0..e1d342f59 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -158,7 +158,9 @@ static void do_job( hb_job_t * job, int cpu_count )
hb_log( " + %dx%d -> %dx%d, crop %d/%d/%d/%d",
title->width, title->height, job->width, job->height,
job->crop[0], job->crop[1], job->crop[2], job->crop[3] );
- hb_log( " + grayscale %s", job->grayscale ? "on" : "off" );
+
+ if ( job->grayscale )
+ hb_log( " + grayscale mode" );
if ( job->vfr )
{