[network-manager-applet] applet: Turn verbose messages into debug messages
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: Turn verbose messages into debug messages
- Date: Tue, 19 Feb 2013 17:08:42 +0000 (UTC)
commit 6caf106158cb7ccef1427393f71ea2ea1c35cf79
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 19 18:05:44 2013 +0100
applet: Turn verbose messages into debug messages
Messages about nm-applet not handling or handling parts of the
secret agent work were too verbose and filling in the logs on startup.
Modify the wording of the messages slightly and turn them into debug
messages.
src/applet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index 4e356c6..080c5a7 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -3375,13 +3375,13 @@ shell_version_changed_cb (NMShellWatcher *watcher, GParamSpec *pspec, gpointer u
if (nm_shell_watcher_version_at_least (watcher, 3, 4)) {
/* GNOME Shell handles all secrets requests */
if (nm_secret_agent_get_registered (NM_SECRET_AGENT (applet->agent))) {
- g_message ("Stopping applet secret agent because GNOME Shell appeared");
+ g_debug ("GNOME Shell will now be handling secret agent as it appeared");
nm_secret_agent_unregister (NM_SECRET_AGENT (applet->agent));
}
} else if (nm_shell_watcher_version_at_least (watcher, 3, 2)) {
/* GNOME Shell handles everything except VPN secrets requests */
if (nm_secret_agent_get_registered (NM_SECRET_AGENT (applet->agent)))
- g_message ("Applet secret agent handling only VPN secrets because GNOME Shell
appeared");
+ g_debug ("Applet will now be handling secret agent only for VPN secrets as GNOME
Shell appeared");
applet_agent_handle_vpn_only (applet->agent, TRUE);
} else {
/* If the shell quit and our agent wasn't already registered, do it
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]