check_swap: implement ok summary

This commit is contained in:
Lorenz Kästle 2026-06-05 00:03:16 +02:00
parent 793f218d10
commit 649b201568

View file

@ -100,6 +100,9 @@ int main(int argc, char **argv) {
double percent_used;
mp_check overall = mp_check_init();
mp_set_ok_summary(&overall, "Swap check is OK");
if (config.output_format_is_set) {
mp_set_format(config.output_format);
}