[PATCH] core: log when removing devices

2014-04-04 Thread Dan Williams
Nothing logs when and why devices get removed, if they never change from the UNMANAGED state. --- src/nm-manager.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index 9d08b89..255113c 100644 --- a/src/nm-manager.c

Re: [PATCH] core: log when removing devices

2014-04-04 Thread Thomas Haller
On Fri, 2014-04-04 at 15:09 -0500, Dan Williams wrote: Nothing logs when and why devices get removed, if they never change from the UNMANAGED state. --- src/nm-manager.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) I like this patch Acked-by: Thomas