[gnome-bluetooth] wizard: Better debug in pincode_callback()
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] wizard: Better debug in pincode_callback()
- Date: Mon, 25 Nov 2013 17:23:38 +0000 (UTC)
commit b2754d1f069aa4643059a1e7427b62f3577609d8
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 f9e06bb..1412340 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -276,7 +276,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]