mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 18:08:05 +02:00
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:
parent
901e3d01d8
commit
a1457c2538
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue