[gnome-color-manager] trivial: gcm-ddc-util in verbose mode should be protocol



commit 8bffe5b5577772c59e8bda47f61775450ae0801e
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jul 22 15:17:54 2010 +0100

    trivial: gcm-ddc-util in verbose mode should be protocol

 tools/gcm-ddc-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gcm-ddc-util.c b/tools/gcm-ddc-util.c
index 0aa80d1..2a3faf8 100644
--- a/tools/gcm-ddc-util.c
+++ b/tools/gcm-ddc-util.c
@@ -173,7 +173,7 @@ main (int argc, char **argv)
 	g_option_context_free (context);
 
 	client = gcm_ddc_client_new ();
-	gcm_ddc_client_set_verbose (client, verbose);
+	gcm_ddc_client_set_verbose (client, verbose ? GCM_VERBOSE_PROTOCOL : GCM_VERBOSE_NONE);
 
 	/* we want to enumerate all devices */
 	if (enumerate) {



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