wifi: Use g_debug() for a debug message

Rather than CC_TRACE_MSG() which is supposed to be used for debugging
timing related problems.
This commit is contained in:
Bastien Nocera 2018-06-20 10:56:57 +02:00
parent 0e2a4aa2d6
commit a30e5dbe72

View file

@ -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