From 9e58ff9c5c3bd46a796a20fc6c304cdab489f334 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Jul 2010 00:00:59 +0200 Subject: manager: optionally print status updates to console on boot --- src/swap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/swap.c') diff --git a/src/swap.c b/src/swap.c index d093c2e790..f72ede66d0 100644 --- a/src/swap.c +++ b/src/swap.c @@ -547,6 +547,7 @@ const UnitVTable swap_vtable = { .no_instances = true, .no_isolate = true, + .show_status = true, .init = swap_init, .load = swap_load, -- cgit v1.2.3-54-g00ecf