OSDN Git Service

Changed a log -> deep_log for markup processing.
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 30 Jun 2009 01:01:44 +0000 (01:01 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 30 Jun 2009 01:01:44 +0000 (01:01 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2646 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index 56400f0..95318ee 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 )