[grilo] grilo-test-ui: Added debug traces for metadata values (useful when testing URLs).



commit 4a74f0a7380a696e4c0766848dde1779e56ac985
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Mon Jul 5 13:53:01 2010 +0200

    grilo-test-ui: Added debug traces for metadata values (useful when testing
    URLs).

 tools/grilo-test-ui/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index fc45156..d5d59ee 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -408,6 +408,7 @@ metadata_cb (GrlMediaSource *source,
 			  METADATA_MODEL_NAME, GRL_METADATA_KEY_GET_NAME (i->data),
 			  METADATA_MODEL_VALUE, value,
 			  -1);
+      g_debug ("  %s: %s", GRL_METADATA_KEY_GET_NAME (i->data), value);
       i = g_list_next (i);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]