Re: [PATCH] libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is set

2014-02-13 Thread Dan Winship
sure. The unknown object type one always annoys me... On 02/06/2014 05:51 AM, Dan Williams wrote: Most of these warnings are things libnm-glib can't do anything about, and they are pretty annoying when running nmcli or nmtui, and libraries usually shouldn't print random warnings anyway.

Re: [PATCH] libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is set

2014-02-13 Thread Dan Williams
On Thu, 2014-02-13 at 11:17 -0500, Dan Winship wrote: sure. The unknown object type one always annoys me... Pushed. Dan On 02/06/2014 05:51 AM, Dan Williams wrote: Most of these warnings are things libnm-glib can't do anything about, and they are pretty annoying when running nmcli or

[PATCH] libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is set

2014-02-06 Thread Dan Williams
Most of these warnings are things libnm-glib can't do anything about, and they are pretty annoying when running nmcli or nmtui, and libraries usually shouldn't print random warnings anyway. Downgrade them to debug messages that can be enabled if we need to see them. --- libnm-glib/nm-object.c |