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



Author: msuman
Date: Fri Dec 19 11:28:31 2008
New Revision: 38
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=38&view=rev

Log:
Remove the logging stuff from the previous commit. It segfaults :(

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	Fri Dec 19 11:28:31 2008
@@ -49,8 +49,6 @@
 #include <exchange-mapi-utils.h>
 
 #define d(x) x
-#define LOGALL() 	lp_set_cmdline(global_mapi_ctx->lp_ctx, "log level", "10"); global_mapi_ctx->dumpdata = TRUE;
-#define LOGNONE() 	lp_set_cmdline(global_mapi_ctx->lp_ctx, "log level", "0"); global_mapi_ctx->dumpdata = FALSE;
 
 int e_plugin_lib_enable (EPluginLib *ep, int enable);
 
@@ -145,8 +143,6 @@
 	gchar *profname = NULL, *profpath = NULL;
 	struct mapi_session *session = NULL;
 
-	LOGALL();
-
 	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);
@@ -231,8 +227,6 @@
 	g_free (profname);
 	g_free (profpath);
 
-	LOGNONE();
-
 	return result;
 }
 



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