summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-11-18 09:26:42 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-11-18 09:26:42 +0100
commitdcd90d9bbf42dfe405d4cab16900163ea4e126cd (patch)
tree33aae9c644d80ee568bd77e2158e466dbee4ab75
parentc798c40c5dce3bc6d9b615621cefe59660b5a504 (diff)
downloadnetwork-manager-applet-dcd90d9bbf42dfe405d4cab16900163ea4e126cd.tar.gz
trivial: correct a warning message
-rw-r--r--src/connection-editor/page-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/page-general.c b/src/connection-editor/page-general.c
index 6831fecc..462e5464 100644
--- a/src/connection-editor/page-general.c
+++ b/src/connection-editor/page-general.c
@@ -74,7 +74,7 @@ zones_reply (DBusGProxy *proxy, DBusGProxyCall *call, gpointer user_data)
if (!dbus_g_proxy_end_call (proxy, call, &error,
G_TYPE_STRV, &priv->zones,
G_TYPE_INVALID)) {
- g_warning ("Failed to zones from FirewallD: (%d) %s", error->code, error->message);
+ g_warning ("Failed to get zones from FirewallD: (%d) %s", error->code, error->message);
}
priv->got_zones = TRUE;