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:
parent
0e2a4aa2d6
commit
a30e5dbe72
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ update_panel_visibility (NMClient *client)
|
||||||
"wifi",
|
"wifi",
|
||||||
visible ? CC_PANEL_VISIBLE : CC_PANEL_VISIBLE_IN_SEARCH);
|
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
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue