[gnome-todo] provider-eds: Instrument a function
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] provider-eds: Instrument a function
- Date: Sun, 31 Mar 2019 13:05:57 +0000 (UTC)
commit f6c69592fba0b4825ec62fd0b456d57f8c9bcccc
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Mar 30 21:24:45 2019 -0300
provider-eds: Instrument a function
plugins/eds/gtd-provider-eds.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/plugins/eds/gtd-provider-eds.c b/plugins/eds/gtd-provider-eds.c
index 8db4188..6dc377a 100644
--- a/plugins/eds/gtd-provider-eds.c
+++ b/plugins/eds/gtd-provider-eds.c
@@ -174,6 +174,9 @@ on_source_added_cb (GtdProviderEds *provider,
if (!e_source_has_extension (source, E_SOURCE_EXTENSION_TASK_LIST) ||
!GTD_PROVIDER_EDS_CLASS (G_OBJECT_GET_CLASS (provider))->should_load_source (provider, source))
{
+ GTD_TRACE_MSG ("Ignoring source %s (%s)",
+ e_source_get_display_name (source),
+ e_source_get_uid (source));
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]