diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-10 12:53:39 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-11 00:27:02 +0100 |
commit | 5831e9b726ab6e76b28a94861a014d3bc2aa3015 (patch) | |
tree | 6d09c764e274702cc83bebfb8a743f05fcc5e33a /src/unit.h | |
parent | c5419d4239ceb4c3bd0263a0a810cf24a072b3c0 (diff) |
job: colored status messages on boot
The lack or green/red status marks on boot has been described by some
users as "critical", "dramatic", "dealbreaker", "showstopper". Seriously.
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h index 7da572350e..b32c1a702e 100644 --- a/src/unit.h +++ b/src/unit.h @@ -512,7 +512,7 @@ int unit_add_node_link(Unit *u, const char *what, bool wants); int unit_coldplug(Unit *u); -void unit_status_printf(Unit *u, const char *format, ...); +void unit_status_printf(Unit *u, const char *status, const char *format, ...); bool unit_need_daemon_reload(Unit *u); |