summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/muxmp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c
index 56400f03d..95318ee81 100644
--- a/libhb/muxmp4.c
+++ b/libhb/muxmp4.c
@@ -554,7 +554,7 @@ static void hb_makestylerecord( stylerecord **stack,
static void hb_makestyleatom( stylerecord *record, uint8_t *style)
{
uint8_t face = 1;
- hb_log("Made style '%s' from %d to %d\n",
+ hb_deep_log(3, "Made style '%s' from %d to %d\n",
record->style == ITALIC ? "Italic" : record->style == BOLD ? "Bold" : "Underline", record->start, record->stop);
switch( record->style )