From 0c0b263b29b044c8517a51d8d22a0eeb622ae6b4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 17 Oct 2012 11:41:25 +0100 Subject: Add some startup logging. --- desktop/history_global_core.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c index 50c326684..3222dc7b8 100644 --- a/desktop/history_global_core.c +++ b/desktop/history_global_core.c @@ -287,11 +287,14 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name) if (!history_global_initialise_nodes()) return false; + LOG(("Building history tree")); + global_history_initialised = true; urldb_iterate_entries(global_history_add_internal); global_history_initialised = false; tree_set_node_expanded(global_history_tree, global_history_tree_root, false, true, true); + LOG(("History tree built")); return true; } -- cgit v1.2.3