evolution r36090 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36090 - branches/mail-dbus-remoting/mail
- Date: Tue, 26 Aug 2008 19:10:10 +0000 (UTC)
Author: sragavan
Date: Tue Aug 26 19:10:10 2008
New Revision: 36090
URL: http://svn.gnome.org/viewvc/evolution?rev=36090&view=rev
Log:
Make it debuggable.
Modified:
branches/mail-dbus-remoting/mail/dbind.c
Modified: branches/mail-dbus-remoting/mail/dbind.c
==============================================================================
--- branches/mail-dbus-remoting/mail/dbind.c (original)
+++ branches/mail-dbus-remoting/mail/dbind.c Tue Aug 26 19:10:10 2008
@@ -109,6 +109,7 @@
DBusError *err, real_err;
char *p;
+ printf("DBIND: %s: %s: %s: %d\n", bus_name, path, method, dbus_connection_get_is_connected(cnx));
if (opt_error)
err = opt_error;
else {
@@ -208,6 +209,7 @@
if (err == &real_err)
dbus_error_free (err);
+ printf("END: %d\n", dbus_connection_get_is_connected(cnx));
return success;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]