mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 10:10:28 +01:00
2007-10-19 Dan Williams <dcbw@redhat.com>
* src/nm-device.c - (constructor): add message about what path a device is exported as to help in debugging rh #339011 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2988 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
2017cd5c2c
commit
c2f361392f
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2007-10-19 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device.c
|
||||
- (constructor): add message about what path a device is exported as
|
||||
to help in debugging rh #339011
|
||||
|
||||
2007-10-17 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-util/nm-utils.h
|
||||
|
|
|
|||
|
|
@ -190,6 +190,7 @@ constructor (GType type,
|
|||
goto error;
|
||||
}
|
||||
|
||||
nm_info ("(%s): exporting device as %s", nm_device_get_iface (dev), nm_device_get_dbus_path (dev));
|
||||
dbus_g_connection_register_g_object (nm_dbus_manager_get_connection (manager),
|
||||
nm_device_get_dbus_path (dev),
|
||||
object);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue