about summary refs log tree commit diff stats
path: root/src/contact_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact_list.c')
-rw-r--r--src/contact_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contact_list.c b/src/contact_list.c
index b244ac3e..485a7a35 100644
--- a/src/contact_list.c
+++ b/src/contact_list.c
@@ -29,12 +29,14 @@
 #include "contact.h"
 #include "contact_list.h"
 #include "prof_autocomplete.h"
+#include "log.h"
 
 static PAutocomplete ac;
 
 void
 contact_list_init(void)
 {
+    log_msg(PROF_LEVEL_INFO, "prof", "Initialising contact list");
     ac = p_obj_autocomplete_new((PStrFunc)p_contact_name, 
                             (PCopyFunc)p_contact_copy,
                             (PEqualDeepFunc)p_contacts_equal_deep,