[evolution-patches] turned off some debug spewage
- From: Jeffrey Stedfast <fejj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] turned off some debug spewage
- Date: 14 May 2003 15:51:16 -0400
Jeff
--
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com - www.ximian.com
? crash.txt
? debug.patch
? message-tree.c
? message-tree.h
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2722
diff -u -r1.2722 ChangeLog
--- ChangeLog 13 May 2003 16:12:10 -0000 1.2722
+++ ChangeLog 14 May 2003 19:40:03 -0000
@@ -1,3 +1,7 @@
+2003-05-14 Jeffrey Stedfast <fejj ximian com>
+
+ * component-factory.c: Disabled some debugging messages.
+
2003-05-13 Ettore Perazzoli <ettore ximian com>
* component-factory.c (segv_redirect): Removed.
Index: component-factory.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/component-factory.c,v
retrieving revision 1.323
diff -u -r1.323 component-factory.c
--- component-factory.c 13 May 2003 16:12:10 -0000 1.323
+++ component-factory.c 14 May 2003 19:40:03 -0000
@@ -488,7 +488,7 @@
int *selection_length_return,
void *closure)
{
- g_print ("should get dnd selection for %s\n", physical_uri);
+ d(printf ("should get dnd selection for %s\n", physical_uri));
return NULL;
}
@@ -598,7 +598,7 @@
if (uri)
camel_url_free (uri);
- g_print ("in destination_folder_handle_drop (%s)\n", physical_uri);
+ d(printf ("in destination_folder_handle_drop (%s)\n", physical_uri));
for (type = 0; accepted_dnd_types[type]; type++)
if (!strcmp (destination_context->dndType, accepted_dnd_types[type]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]