summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/decomb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c
index 56f21e385..9f4026da6 100644
--- a/libhb/decomb.c
+++ b/libhb/decomb.c
@@ -1115,7 +1115,7 @@ void mask_dilate_thread( void *thread_args_v )
pv = thread_args->pv;
segment = thread_args->segment;
- hb_log("mask filter thread started for segment %d", segment);
+ hb_log("mask dialate thread started for segment %d", segment);
while (1)
{
@@ -1217,7 +1217,7 @@ void mask_erode_thread( void *thread_args_v )
pv = thread_args->pv;
segment = thread_args->segment;
- hb_log("mask filter thread started for segment %d", segment);
+ hb_log("mask erode thread started for segment %d", segment);
while (1)
{
@@ -1422,7 +1422,7 @@ void decomb_check_thread( void *thread_args_v )
pv = thread_args->pv;
segment = thread_args->segment;
- hb_log("mask filter thread started for segment %d", segment);
+ hb_log("decomb check thread started for segment %d", segment);
while (1)
{