mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 08:10:22 +01:00
Quiet some debug statements
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2876 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
58fff4ce04
commit
516d69933e
1 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ device_added (LibHalContext *ctx, const char *udi)
|
|||
NMHalManager *manager = (NMHalManager *) libhal_ctx_get_user_data (ctx);
|
||||
NMDeviceCreatorFn creator_fn;
|
||||
|
||||
nm_debug ("New device added (hal udi is '%s').", udi );
|
||||
// nm_debug ("New device added (hal udi is '%s').", udi );
|
||||
|
||||
/* Sometimes the device's properties (like net.interface) are not set up yet,
|
||||
* so this call will fail, and it will actually be added when hal sets the device's
|
||||
|
|
@ -241,7 +241,7 @@ device_removed (LibHalContext *ctx, const char *udi)
|
|||
NMHalManager *manager = (NMHalManager *) libhal_ctx_get_user_data (ctx);
|
||||
NMDevice *dev;
|
||||
|
||||
nm_debug ("Device removed (hal udi is '%s').", udi );
|
||||
// nm_debug ("Device removed (hal udi is '%s').", udi );
|
||||
|
||||
if ((dev = nm_manager_get_device_by_udi (manager->nm_manager, udi)))
|
||||
nm_manager_remove_device (manager->nm_manager, dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue