[discident-glib] Print the query URI by default when testing



commit 7d9dba261e307eb6bf9c0cbe9217a9adc81e8f84
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Mar 18 19:59:59 2010 +0000

    Print the query URI by default when testing

 discident-glib/test-diglib.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/discident-glib/test-diglib.c b/discident-glib/test-diglib.c
index c08e11e..9d2734f 100644
--- a/discident-glib/test-diglib.c
+++ b/discident-glib/test-diglib.c
@@ -185,6 +185,7 @@ int main (int argc, char **argv)
 			g_free (uri);
 
 			g_print ("Disc GTIN: %s\n", gtin);
+			g_print ("Query URI: "QUERY_GTIN"\n", gtin);
 
 			title = discident_get_title_for_gtin (gtin, NULL);
 			g_free (gtin);



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