diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-17 16:17:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-17 16:17:08 +0100 |
commit | b6e2f3293d0f9a821819d96038eec2a19062151f (patch) | |
tree | 579e7137cef08b164b4f8d1c8e0acfd8acc1fac7 /src/shared/util.h | |
parent | 3d0ce78b257dccda0e377dfef580abfa11437fe8 (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/util.h')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 4bed5b4842..7c88dad631 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -409,7 +409,6 @@ cpu_set_t* cpu_set_malloc(unsigned *ncpus); int status_vprintf(const char *status, bool ellipse, bool ephemeral, const char *format, va_list ap) _printf_(4,0); int status_printf(const char *status, bool ellipse, bool ephemeral, const char *format, ...) _printf_(4,5); -int status_welcome(void); int fd_columns(int fd); unsigned columns(void); |