[gnome-bluetooth] wizard: Add some debug to pairing failures



commit 5d26bb7f48222471ca2d6e2d8f96d5936b1c1dc6
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 27 16:40:33 2011 +0100

    wizard: Add some debug to pairing failures

 wizard/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 8a99ea5..0c213a8 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -383,6 +383,8 @@ create_callback (BluetoothClient *_client,
 		 */
 		text = g_strdup_printf(_("Setting up '%s' failed"), target_name);
 
+		g_warning ("Setting up '%s' failed: %s", target_name, error->message);
+
 		gtk_label_set_markup(GTK_LABEL(label_failure), text);
 		return;
 	}



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