[gnome-control-center] bluetooth: Correct debug output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] bluetooth: Correct debug output
- Date: Mon, 10 Dec 2012 07:28:47 +0000 (UTC)
commit 2e0ab4ef090246b5c792640adc9714587b9db152
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 fa02fa1..9011d9c 100644
--- a/panels/bluetooth/cc-bluetooth-panel.c
+++ b/panels/bluetooth/cc-bluetooth-panel.c
@@ -403,7 +403,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]