diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-31 03:12:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-31 03:14:37 +0100 |
commit | e1636421f46db6d06fbd028ef20a3113fa3e11f8 (patch) | |
tree | a35a334e660c8f495337ea8bf2530b7c4729ed7c /src/timedate | |
parent | 7f35b7bc4a241e9aa3b1512fd345cbf5b2e5a782 (diff) |
localectl: always print error message when an operation fails
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 48a3b49755..7054a02bcb 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -38,11 +38,11 @@ #include "pager.h" #include "time-dst.h" -static bool arg_adjust_system_clock = false; static bool arg_no_pager = false; -static BusTransport arg_transport = BUS_TRANSPORT_LOCAL; static bool arg_ask_password = true; +static BusTransport arg_transport = BUS_TRANSPORT_LOCAL; static char *arg_host = NULL; +static bool arg_adjust_system_clock = false; static void pager_open_if_enabled(void) { |