about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 3fffef02..0daae3ef 100644
--- a/src/command.c
+++ b/src/command.c
@@ -360,6 +360,7 @@ process_input(char *inp)
 void
 command_init(void)
 {
+    log_msg(PROF_LEVEL_INFO, "prof", "Initialising commands");
     commands_ac = p_autocomplete_new();
 
     unsigned int i;