[gnome-control-center/wip/hadess/wacom-visibility: 50/50] wifi: Use g_debug() for a debug message
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/wacom-visibility: 50/50] wifi: Use g_debug() for a debug message
- Date: Wed, 20 Jun 2018 09:00:45 +0000 (UTC)
commit 7d0e67becca70a3785b458713566d39c76f55d4e
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 20 10:56:57 2018 +0200
wifi: Use g_debug() for a debug message
Rather than CC_TRACE_MSG() which is supposed to be used for debugging
timing related problems.
panels/network/cc-wifi-panel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/cc-wifi-panel.c b/panels/network/cc-wifi-panel.c
index 36421eb37..e67ace406 100644
--- a/panels/network/cc-wifi-panel.c
+++ b/panels/network/cc-wifi-panel.c
@@ -113,7 +113,7 @@ update_panel_visibility (NMClient *client)
"wifi",
visible ? CC_PANEL_VISIBLE : CC_PANEL_VISIBLE_IN_SEARCH);
- CC_TRACE_MSG ("Wi-Fi panel visible: %s", visible ? "yes" : "no");
+ g_debug ("Wi-Fi panel visible: %s", visible ? "yes" : "no");
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]