summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 932b385d..1abc5421 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -675,8 +675,8 @@ p_sysinfo(void)
(long int)ru.ru_utime.tv_usec,
(long int)ru.ru_stime.tv_sec,
(long int)ru.ru_stime.tv_usec);
-#ifdef CPULIMIT
- prints(" (limit %d secs)", (int)(CPULIMIT * 60));
+#ifdef CPULIMIT_PER_DAY
+ prints(" (limit %d secs per day)", CPULIMIT_PER_DAY);
#endif
outs("\n¯S§O°Ñ¼Æ:"
#ifdef CRITICAL_MEMORY