Don't spew debug info for every method call
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@417 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -72,7 +72,6 @@ gboolean nm_dbus_method_dispatch (NMDbusMethodList *list, DBusConnection *connec
|
||||
if (!(callback = g_hash_table_lookup (list->methods, method)))
|
||||
return FALSE;
|
||||
|
||||
syslog (LOG_ERR, "DBUS calling method '%s'\n", method);
|
||||
temp_reply = (*callback) (connection, message, (NMDbusCBData *)user_data);
|
||||
|
||||
if (reply)
|
||||
|
Reference in New Issue
Block a user