all: don't include error->code in log messages
authorThomas Haller <thaller@redhat.com>
Sun, 28 Feb 2016 17:12:28 +0000 (18:12 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 3 Mar 2016 17:54:20 +0000 (18:54 +0100)
commitcd4f84b7381707bff6e5fcc3cee84492e12c6879
tree1dbe34839e59cf1d1d61e63dc3da56034a4c3508
parent6265398b6e33ea67d73c592dd3a88f3fafc5bc7a
all: don't include error->code in log messages

GError codes are only unique per domain, so logging the code without
also indicating the domain is not helpful. And anyway, if the error
messages are not distinctive enough to tell the whole story then we
should fix the error messages.

Based-on-patch-by: Dan Winship <danw@gnome.org>
34 files changed:
callouts/nm-dispatcher.c
libnm-core/nm-setting-8021x.c
libnm-glib/nm-active-connection.c
libnm-glib/nm-client.c
libnm-glib/nm-device.c
libnm-glib/nm-object.c
libnm-glib/nm-remote-connection.c
libnm-glib/nm-remote-settings.c
libnm-glib/nm-secret-agent.c
libnm-glib/nm-vpn-plugin.c
libnm-util/nm-setting-8021x.c
libnm-util/nm-utils.c
libnm/nm-object.c
libnm/nm-remote-connection.c
libnm/nm-vpn-plugin-old.c
libnm/nm-vpn-service-plugin.c
src/devices/bluetooth/nm-bluez-device.c
src/devices/bluetooth/nm-device-bt.c
src/devices/wifi/tests/test-wifi-ap-utils.c
src/devices/wwan/nm-device-modem.c
src/devices/wwan/nm-modem.c
src/dhcp-manager/nm-dhcp-dhclient.c
src/dns-manager/nm-dns-dnsmasq.c
src/dns-manager/nm-dns-plugin.c
src/main.c
src/nm-activation-request.c
src/nm-auth-utils.c
src/nm-manager.c
src/ppp-manager/nm-pppd-plugin.c
src/settings/nm-agent-manager.c
src/settings/nm-settings-connection.c
src/settings/plugins/ifupdown/nm-ifupdown-connection.c
src/settings/plugins/keyfile/plugin.c
src/vpn-manager/nm-vpn-connection.c