diff --git a/src/windows.c b/src/windows.c index 77c7d1f7..a0536a7f 100644 --- a/src/windows.c +++ b/src/windows.c @@ -868,6 +868,8 @@ cons_prefs(void) else cons_show("Splash screen : OFF"); + cons_show("Max log size : %d bytes", prefs_get_max_log_size()); + if (prefs_get_chlog()) cons_show("Chat logging : ON"); else