[libbluray-devel] commit: Logging updates (hpi1 )

git at videolan.org git at videolan.org
Mon Nov 15 15:23:52 CET 2010


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Nov 15 16:09:06 2010 +0200| [05d726328969e859d88923805f93e23b780ead99] | committer: hpi1 

Logging updates

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=05d726328969e859d88923805f93e23b780ead99
---

 src/libbluray/decoders/graphics_controller.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index be405de..4513172 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -272,7 +272,7 @@ static void _render_button(GRAPHICS_CONTROLLER *gc, BD_IG_BUTTON *button, BD_PG_
 
     object = _find_object(gc->igs, object_id);
     if (!object) {
-        ERROR("_render_button(#%d): object #%d (state %d) not found\n", button->id, object_id, state);
+        TRACE("_render_button(#%d): object #%d (state %d) not found\n", button->id, object_id, state);
         return;
     }
 
@@ -325,6 +325,9 @@ static void _render_page(GRAPHICS_CONTROLLER *gc,
         return;
     }
 
+    TRACE("rendering page #%d using palette #%d. page has %d bogs\n",
+          page->id, page->palette_id_ref, page->num_bogs);
+
     if (selected_button_id == 0xffff) {
         selected_button_id = page->default_selected_button_id_ref;
     }



More information about the libbluray-devel mailing list