[gnome-control-center/gnome-3-6] bluetooth: Correct debug output



commit f748676822070032fa3d6f68974e40762182ea57
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 10 08:24:55 2012 +0100

    bluetooth: Correct debug output

 panels/bluetooth/cc-bluetooth-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/bluetooth/cc-bluetooth-panel.c b/panels/bluetooth/cc-bluetooth-panel.c
index ec54bc7..6d54e15 100644
--- a/panels/bluetooth/cc-bluetooth-panel.c
+++ b/panels/bluetooth/cc-bluetooth-panel.c
@@ -404,7 +404,7 @@ power_callback (GObject          *object,
 	gboolean state;
 
 	state = gtk_switch_get_active (GTK_SWITCH (WID ("switch_bluetooth")));
-	g_debug ("Power switched to %s", state ? "off" : "on");
+	g_debug ("Power switched to %s", state ? "on" : "off");
 	bluetooth_killswitch_set_state (self->priv->killswitch,
 					state ? BLUETOOTH_KILLSWITCH_STATE_UNBLOCKED : BLUETOOTH_KILLSWITCH_STATE_SOFT_BLOCKED);
 }



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