about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows.c2
1 files changed, 2 insertions, 0 deletions
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