summaryrefslogtreecommitdiffstats
path: root/post/sysmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/sysmon.c')
-rw-r--r--post/sysmon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/post/sysmon.c b/post/sysmon.c
index 30a5cb20a7..c039fe136b 100644
--- a/post/sysmon.c
+++ b/post/sysmon.c
@@ -306,9 +306,7 @@ int sysmon_post_test (int flags)
t->exec_after(t);
}
-#ifndef DEBUG
- if (!t->val_valid)
-#endif
+ if ((!t->val_valid) || (flags & POST_MANUAL))
{
printf("%-17s = %-10s ", t->name, sysmon_unit_value(t, val));
printf("allowed range");
OpenPOWER on IntegriCloud