]> granicus.if.org Git - handbrake/commitdiff
Changed a log -> deep_log for markup processing.
authoreddyg <eddyg.hb@myreflection.org>
Tue, 30 Jun 2009 01:01:44 +0000 (01:01 +0000)
committereddyg <eddyg.hb@myreflection.org>
Tue, 30 Jun 2009 01:01:44 +0000 (01:01 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2646 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index 56400f03d97f59564a9389b11b2860b8cba99719..95318ee810b08e25ea40735a7132a309f58dc15c 100644 (file)
@@ -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 )