X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=24818492322fc98cecb8343345874afa7e2f74fc;hp=13e0f91096fc2e7c714b4ff83de20abfca3781d9;hb=96342de68d0d6de71a062d984dafd2a0905ed9fe;hpb=d98cc1f29fbf31ccc500d6e20c29b636b9af7e0f diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 13e0f9109..248184923 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2148,7 +2148,7 @@ static void print_status_info(UnitStatusInfo *i) { printf("\t Process: %u %s=%s ", p->pid, p->name, strna(t)); free(t); - good = is_clean_exit_lsb(p->code, p->status); + good = is_clean_exit_lsb(p->code, p->status, NULL); if (!good) { on = ansi_highlight_red(true); off = ansi_highlight_red(false);