From a4a23fdf689608636e1d7fe049be081728f69e46 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 13 Apr 2014 20:41:11 +0100 Subject: Added /log rotate option --- src/ui/console.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui') diff --git a/src/ui/console.c b/src/ui/console.c index 86ee7909..aedb637d 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1223,6 +1223,10 @@ static void _cons_log_setting(void) { cons_show("Max log size (/log maxsize) : %d bytes", prefs_get_max_log_size()); + if (prefs_get_boolean(PREF_LOG_ROTATE)) + cons_show("Log rotation (/log rotate) : ON"); + else + cons_show("Log rotation (/log rotate) : OFF"); } static void -- cgit 1.4.1-2-gfad0