1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

systemctl: Fix --show timestamp

This commit is contained in:
Ludwig Nussel 2022-01-04 10:03:49 +01:00
parent f0f6508783
commit 2dbb54788e

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