[network-manager-applet/polkit1] gconf: print gconf path of invalid connections



commit e963eb8e5be2c903fea50246b2ec2352a3b0cd13
Author: Dan Williams <dcbw redhat com>
Date:   Tue Aug 11 13:46:41 2009 -0500

    gconf: print gconf path of invalid connections

 src/gconf-helpers/nma-gconf-connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gconf-helpers/nma-gconf-connection.c b/src/gconf-helpers/nma-gconf-connection.c
index 9837663..eca69d3 100644
--- a/src/gconf-helpers/nma-gconf-connection.c
+++ b/src/gconf-helpers/nma-gconf-connection.c
@@ -125,7 +125,8 @@ nma_gconf_connection_new_from_connection (GConfClient *client,
 	success = nm_connection_verify (connection, &error);
 	utils_clear_filled_connection_certs (connection);
 	if (!success) {
-		g_warning ("Invalid connection: '%s' / '%s' invalid: %d",
+		g_warning ("Invalid connection %s: '%s' / '%s' invalid: %d",
+		           conf_dir,
 		           g_type_name (nm_connection_lookup_setting_type_by_quark (error->domain)),
 		           (error && error->message) ? error->message : "(unknown)",
 		           error ? error->code : -1);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]