evolution-mapi r35 - trunk/src/account-setup-eplugin



Author: jjohnny
Date: Thu Dec 18 05:53:39 2008
New Revision: 35
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=35&view=rev

Log:
Dont show passwords when debug statements are enabled.

Modified:
   trunk/src/account-setup-eplugin/ChangeLog
   trunk/src/account-setup-eplugin/exchange-mapi-account-setup.c

Modified: trunk/src/account-setup-eplugin/exchange-mapi-account-setup.c
==============================================================================
--- trunk/src/account-setup-eplugin/exchange-mapi-account-setup.c	(original)
+++ trunk/src/account-setup-eplugin/exchange-mapi-account-setup.c	Thu Dec 18 05:53:39 2008
@@ -143,7 +143,7 @@
 	gchar *profname = NULL, *profpath = NULL;
 	struct mapi_session *session = NULL;
 
-	d(g_print ("Create profile with %s %s (****) %s %s\n", username, password, domain, server));
+	d(g_print ("Create profile with %s %s %s\n", username, domain, server));
 
 	profpath = g_build_filename (g_get_home_dir(), DEFAULT_PROF_PATH, NULL);
 	profname = g_strdup_printf("%s %s", username, domain);



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