diff options
author | eddyg <[email protected]> | 2009-06-30 01:01:44 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-06-30 01:01:44 +0000 |
commit | 13f3624bc5777074f0384bca9f1d2c2477e91219 (patch) | |
tree | 5ca4570e5b6d086d19cd0d29b17f1329643858ca /libhb | |
parent | 5f5b532a7363090a2080d10c80531effcde09749 (diff) |
Changed a log -> deep_log for markup processing.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2646 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/muxmp4.c | 2 |
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 ) |