diff options
Diffstat (limited to 'src/core/wee-debug.c')
-rw-r--r-- | src/core/wee-debug.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 53477f215..7bf5ef791 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -28,6 +28,7 @@ #include "weechat.h" #include "wee-backtrace.h" #include "wee-config-file.h" +#include "wee-infolist.h" #include "wee-log.h" #include "wee-hook.h" #include "wee-string.h" @@ -83,6 +84,8 @@ debug_dump (int crash) gui_bar_item_print_log (); gui_hotlist_print_log (); + infolist_print_log (); + hook_print_log (); config_file_print_log (); |