summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-03-09 21:20:00 -0500
committerRay Strode <rstrode@redhat.com>2011-03-09 21:20:00 -0500
commit9f0963c1f1cae85da2d426af55756dffeead9ce0 (patch)
tree4a07d11e4ca452cbc40be29e7f96ea2215dbc201 /src/main.c
parentada32f60a4d56d271b7dc1ef4d5a1d401eb20613 (diff)
daemon: be less chatty
We don't need to warn things like that a user has 7 groups or a user doesn't exist on the system.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ad00910..e289abb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@ name_lost (DBusGProxy *system_bus_proxy,
const gchar *name_which_was_lost,
gpointer user_data)
{
- g_warning ("got NameLost, exiting");
+ g_debug ("got NameLost, exiting");
g_main_loop_quit (loop);
}