about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-12 19:59:21 +0000
committerJames Booth <boothj5@gmail.com>2012-11-12 19:59:21 +0000
commit019d0ed4ddd6e5bb11cc49cba8d5763f73b34eac (patch)
tree4361ede2366a762c90e22f6d001ff2ba0d8e6fea /src
parentc67b1d6f4080e22bf121fbdf17dda66acc193f90 (diff)
downloadprofani-tty-019d0ed4ddd6e5bb11cc49cba8d5763f73b34eac.tar.gz
Added log to /prefs output
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