[gnome-bluetooth/gnome-3-10] wizard: Better debug in pincode_callback()



commit be73565d921e8d532652461152c983f11b4b1326
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 25 18:18:34 2013 +0100

    wizard: Better debug in pincode_callback()

 wizard/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 8c10033..7eb9d62 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -242,7 +242,7 @@ pincode_callback (GDBusMethodInvocation *invocation,
 
        gtk_widget_show (button_cancel);
 
-       g_debug ("Using pincode \"%s\"", user_pincode);
+       g_debug ("Using pincode \"%s\" for '%s' (%s)", user_pincode, target_name, target_address);
        g_dbus_method_invocation_return_value (invocation,
                                               g_variant_new ("(s)", user_pincode));
 


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