From: Murray Cumming Date: Tue, 19 Jun 2007 13:53:16 +0000 (+0000) Subject: slightly improved debug messages X-Git-Tag: git_migration_finished~3212 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=c4bc39923a7ab9dfa650173f0f9dd687dfb5dc70 slightly improved debug messages pmo-trunk-r2311 --- diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index f3c3dad..6d9c1ac 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -986,7 +986,7 @@ modest_platform_show_search_messages (GtkWindow *parent_window) result = osso_rpc_run_with_defaults (osso_context, "osso_global_search", "search_email", NULL, DBUS_TYPE_INVALID); if (result != OSSO_OK) { - /* TODO: warning about error showing dialog */ + g_warning ("%s: osso_rpc_run_with_defaults() failed.\n", __FUNCTION__); } } @@ -998,7 +998,7 @@ modest_platform_show_addressbook (GtkWindow *parent_window) result = osso_rpc_run_with_defaults (osso_context, "osso_addressbook", "top_application", NULL, DBUS_TYPE_INVALID); if (result != OSSO_OK) { - /* TODO: warning about error showing dialog */ + g_warning ("%s: osso_rpc_run_with_defaults() failed.\n", __FUNCTION__); } }