Skip to content
  • Dan Williams's avatar
    libnm-util: remove nm_warning/nm_info/nm_error macros · eab58511
    Dan Williams authored
    Clients need to do their own logging using glib or whatever; these
    macros while somewhat helpful were not flexible and are not a
    substitute for actual logging in the client.  g_warning, g_message,
    and g_error are more suitable anyway.
    eab58511