evolution r36180 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36180 - branches/mail-dbus-remoting/mail
- Date: Fri, 29 Aug 2008 03:46:31 +0000 (UTC)
Author: sragavan
Date: Fri Aug 29 03:46:31 2008
New Revision: 36180
URL: http://svn.gnome.org/viewvc/evolution?rev=36180&view=rev
Log:
Comment debug stuffs.
Modified:
branches/mail-dbus-remoting/mail/camel-store-remote-impl.c
Modified: branches/mail-dbus-remoting/mail/camel-store-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-store-remote-impl.c (original)
+++ branches/mail-dbus-remoting/mail/camel-store-remote-impl.c Fri Aug 29 03:46:31 2008
@@ -13,6 +13,8 @@
#define CAMEL_STORE_OBJECT_PATH "/org/gnome/evolution/camel/store"
#define CAMEL_STORE_INTERFACE "org.gnome.evolution.camel.store"
+#define d(x)
+
static gboolean store_setup = FALSE;
extern GHashTable *store_hash;
@@ -80,12 +82,12 @@
const char *method = dbus_message_get_member(message);
DBusMessage *reply;
- printf
+ d(printf
("D-Bus message: obj_path = '%s' interface = '%s' method = '%s' destination = '%s'\n",
dbus_message_get_path(message),
dbus_message_get_interface(message),
dbus_message_get_member(message),
- dbus_message_get_destination(message));
+ dbus_message_get_destination(message)));
reply = dbus_message_new_method_return(message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]