mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +03:00
systemctl: Fix --show timestamp
(cherry picked from commit 2dbb54788ee8d4c3d84e1af309335ad3c3885f1a)
This commit is contained in:
parent
3c5c13f82c
commit
1d5687278c
@ -398,7 +398,7 @@ int logind_show_shutdown(void) {
|
||||
|
||||
log_info("%s scheduled for %s, use 'shutdown -c' to cancel.",
|
||||
action,
|
||||
FORMAT_TIMESTAMP_STYLE(arg_when, arg_timestamp_style));
|
||||
FORMAT_TIMESTAMP_STYLE(elapse, arg_timestamp_style));
|
||||
|
||||
return 0;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user