Trying to start the system settings daemon... why?



I happily using NM 0.7.0 (Fedora 9 and r3830)... but my system log repeatedly reports:

Jul 18 08:12:38 localhost NetworkManager: <info>  Trying to start the system settings daemon...

every two minutes. This message comes from src/nm-manager.c, but I'm not sure what the message is trying to tell me. There is a conditional statement right above it that would report if a dbus proxy fails. I'm tempted to remove this message since it doesn't seem to report anything of value, and just adds to the system message log.  Please correct me if I'm mistaken.

--- nm-manager.c.r3830	2008-07-14 09:25:00.000000000 -0400
+++ nm-manager.c	2008-07-18 08:21:44.000000000 -0400
@@ -1280,7 +1280,7 @@
 		goto out;
 	}
 
-	nm_info ("Trying to start the system settings daemon...");
+	// nm_info ("Trying to start the system settings daemon...");
 	dbus_g_proxy_call_no_reply (proxy, "ListConnections", G_TYPE_INVALID);
 	g_object_unref (proxy);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]