diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-08-23 21:55:28 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-08-23 21:55:28 +0200 |
commit | d54643d8e74dc80777f7cb279bd9c3e20b7d05b2 (patch) | |
tree | 54afd1fc5f9f6b6593703dce62747a1b2108f2b7 /daemon/daemon-main.c | |
parent | 06f5d350266efeda9d26892561533e3daf9527aa (diff) | |
download | gvfs-d54643d8e74dc80777f7cb279bd9c3e20b7d05b2.tar.gz |
Don't g_warn about getting the dbus name
This breaks fatal warnings unnecessarily
Diffstat (limited to 'daemon/daemon-main.c')
-rw-r--r-- | daemon/daemon-main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/daemon-main.c b/daemon/daemon-main.c index 4f5fb60f..4aa8556e 100644 --- a/daemon/daemon-main.c +++ b/daemon/daemon-main.c @@ -319,8 +319,6 @@ on_name_acquired (GDBusConnection *connection, { DaemonData *data = user_data; - g_warning ("daemon-main.c: Acquired the name on the session message bus\n"); - already_acquired = TRUE; data->daemon = g_vfs_daemon_new (FALSE, FALSE); |