[network-manager-applet] applet: fix warning message
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: fix warning message
- Date: Fri, 15 Apr 2011 16:32:29 +0000 (UTC)
commit 979d9f689388e44880d410399ddc1dda9a2bb88d
Author: Dan Williams <dcbw redhat com>
Date: Thu Apr 14 15:09:52 2011 -0500
applet: fix warning message
src/applet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index a01623c..5cfca61 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -1525,8 +1525,8 @@ get_vpn_connections (NMApplet *applet)
continue;
if (!nm_connection_get_setting (connection, NM_TYPE_SETTING_VPN)) {
- g_warning ("%s: VPN connection '%s' didn't have requires vpn setting.", __func__,
- nm_setting_get_name (NM_SETTING (s_con)));
+ g_warning ("%s: VPN connection '%s' didn't have required vpn setting.", __func__,
+ nm_setting_connection_get_id (s_con));
continue;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]