[gnome-bluetooth] settings: Some more debug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] settings: Some more debug
- Date: Wed, 11 Dec 2013 13:21:22 +0000 (UTC)
commit a5aaf86ed195d489b136c52cad3a4a0754ec177b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 10 11:43:07 2013 +0100
settings: Some more debug
Print whether we need to confirm the PIN.
lib/pin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/pin.c b/lib/pin.c
index 0de1d33..61e87ab 100644
--- a/lib/pin.c
+++ b/lib/pin.c
@@ -225,8 +225,8 @@ get_pincode_for_device (guint type,
if (confirm != NULL)
*confirm = data.confirm;
- g_debug ("Got pin '%s' (max digits: %d) for device '%s' (type: %s address: %s, vendor: %s)",
- data.ret_pin, data.max_digits,
+ g_debug ("Got pin '%s' (max digits: %d, confirm: %d) for device '%s' (type: %s address: %s, vendor:
%s)",
+ data.ret_pin, data.max_digits, data.confirm,
name ? name : "", bluetooth_type_to_string (type), address, data.vendor);
g_free (data.vendor);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]