1
1
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:
Ludwig Nussel 2022-01-04 10:03:49 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 3c5c13f82c
commit 1d5687278c

View File

@ -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