evolution r36086 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Tue Aug 26 15:09:11 2008
New Revision: 36086
URL: http://svn.gnome.org/viewvc/evolution?rev=36086&view=rev

Log:
some debug


Modified:
   branches/mail-dbus-remoting/mail/camel-session-remote-impl.c

Modified: branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote-impl.c	(original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote-impl.c	Tue Aug 26 15:09:11 2008
@@ -189,6 +189,7 @@
 		camel_exception_free (ex);
 			
 		dbus_message_append_args (return_val, DBUS_TYPE_STRING, &store_hash_key, DBUS_TYPE_STRING, &err, DBUS_TYPE_INVALID);
+		printf("%s: Success: %s:%s\n", method, store_hash_key, err);
 		g_free (err);
 	} else if (strcmp (method, "camel_session_alert_user") == 0) {
 		char *session_str, *prompt, *err = NULL;



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