diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/sysmon.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/post/sysmon.c b/post/sysmon.c index 30a5cb20a7d..c039fe136b6 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"); |