From: Ludwig Nussel Date: Tue, 4 Jan 2022 09:03:49 +0000 (+0100) Subject: systemctl: Fix --show timestamp X-Git-Tag: v251-rc1~560^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dbb54788ee8d4c3d84e1af309335ad3c3885f1a;p=thirdparty%2Fsystemd.git systemctl: Fix --show timestamp --- diff --git a/src/systemctl/systemctl-logind.c b/src/systemctl/systemctl-logind.c index 2d2043f1772..114641cdc7a 100644 --- a/src/systemctl/systemctl-logind.c +++ b/src/systemctl/systemctl-logind.c @@ -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