summaryrefslogtreecommitdiff
path: root/src/shared/exit-status.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-17 16:17:08 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-17 16:17:08 +0100
commitb6e2f3293d0f9a821819d96038eec2a19062151f (patch)
tree579e7137cef08b164b4f8d1c8e0acfd8acc1fac7 /src/shared/exit-status.h
parent3d0ce78b257dccda0e377dfef580abfa11437fe8 (diff)
core: fixate show_status earlier, so that we actually print the welcome message
Previously, we'd fixed show_state only after printing the welcome message which had the effect that the welcome message was almost always suppressed.
Diffstat (limited to 'src/shared/exit-status.h')
-rw-r--r--src/shared/exit-status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h
index e84bfe3704..8f9bddf069 100644
--- a/src/shared/exit-status.h
+++ b/src/shared/exit-status.h
@@ -91,7 +91,7 @@ bool is_clean_exit_lsb(int code, int status, ExitStatusSet *success_status);
/* Manager status */
typedef enum ShowStatus {
- SHOW_STATUS_UNSET = -2,
+ _SHOW_STATUS_UNSET = -2,
SHOW_STATUS_AUTO = -1,
SHOW_STATUS_NO = 0,
SHOW_STATUS_YES = 1,