diff options
author | sr55 <[email protected]> | 2019-03-23 14:46:34 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2019-03-30 21:09:26 +0000 |
commit | dd235f5b517cb7c3d59b53a9a5468349167d645c (patch) | |
tree | 2a5fbac20ac90a2ef8e0080c4010b9a081cdbf01 /libhb/grayscale.c | |
parent | 26f3f30c07472b83165516f87c860723a15c6af4 (diff) |
Libhb: Some minor logging cleanup
Diffstat (limited to 'libhb/grayscale.c')
-rw-r--r-- | libhb/grayscale.c | 2 |
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 ) { |