[network-manager-applet] trivial: correct a warning message
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] trivial: correct a warning message
- Date: Mon, 18 Nov 2013 08:29:25 +0000 (UTC)
commit dcd90d9bbf42dfe405d4cab16900163ea4e126cd
Author: Jiří Klimeš <jklimes redhat com>
Date: Mon Nov 18 09:26:42 2013 +0100
trivial: correct a warning message
src/connection-editor/page-general.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/page-general.c b/src/connection-editor/page-general.c
index 6831fec..462e546 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]