summaryrefslogtreecommitdiffstats
path: root/libhb/grayscale.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-03-23 14:46:34 +0000
committerScott <[email protected]>2019-03-30 21:09:26 +0000
commitdd235f5b517cb7c3d59b53a9a5468349167d645c (patch)
tree2a5fbac20ac90a2ef8e0080c4010b9a081cdbf01 /libhb/grayscale.c
parent26f3f30c07472b83165516f87c860723a15c6af4 (diff)
Libhb: Some minor logging cleanup
Diffstat (limited to 'libhb/grayscale.c')
-rw-r--r--libhb/grayscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/grayscale.c b/libhb/grayscale.c
index 5571e811e..1afd55e36 100644
--- a/libhb/grayscale.c
+++ b/libhb/grayscale.c
@@ -73,7 +73,7 @@ void grayscale_filter_thread( void *thread_args_v )
pv = thread_args->pv;
segment = thread_args->segment;
- hb_log("Grayscale thread started for segment %d", segment);
+ hb_deep_log(3, "Grayscale thread started for segment %d", segment);
while( run )
{