X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmanager.c;h=1afd359df256a78787a7672ae3d4300a3a1e6c5e;hb=031886edfc6e96ab778c241035a8d00fb0de99d3;hp=d33112df2f3699af4db9c3a5a812bd97c6c578e8;hpb=cc3bc3e6203e0c615e31b8b68796362e1385f28a;p=elogind.git diff --git a/src/core/manager.c b/src/core/manager.c index d33112df2..1afd359df 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -3009,9 +3009,7 @@ static bool manager_get_show_status(Manager *m, StatusType type) { if (m->show_status > 0) return true; - /* If Plymouth is running make sure we show the status, so - * that there's something nice to see when people press Esc */ - return plymouth_running(); + return false; } void manager_set_first_boot(Manager *m, bool b) {