[gnome-bluetooth] settings: Fix debug output in pin.c



commit 612b40c4ed1b8b55a50dde075ad0955c39af39bf
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 9 15:10:19 2013 +0100

    settings: Fix debug output in pin.c
    
    Again!

 lib/pin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/pin.c b/lib/pin.c
index ddced64..390b497 100644
--- a/lib/pin.c
+++ b/lib/pin.c
@@ -128,7 +128,7 @@ get_pincode_for_device (guint       type,
        g_return_val_if_fail (address != NULL, NULL);
 
        g_debug ("Getting pincode for device '%s' (type: %s address: %s)",
-                name ? name : "", address, bluetooth_type_to_string (type));
+                name ? name : "", bluetooth_type_to_string (type), address);
 
        /* Load the PIN database and split it in lines */
        if (!g_file_get_contents(PIN_CODE_DB, &buf, &buf_len, NULL)) {


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