X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemctl.c;h=f97fa10390936b5bf1c863bae46c85a1b7846b31;hp=392ecf2c92ef43f11f7e529b0b5716396d9fd104;hb=14ad1d1437f51b8ebc8dc6e8d3707b41d48d0a3a;hpb=82c121a4754a9d405b07c75796e329942af2ccc5 diff --git a/src/systemctl.c b/src/systemctl.c index 392ecf2c9..f97fa1039 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1024,7 +1024,7 @@ static int print_property(const char *name, DBusMessageIter *iter) { /* Yes, heuristics! But we can change this check * should it turn out to not be sufficient */ - if (strstr(name, "Timestamp") || strstr(name, "Elapse")) { + if (strstr(name, "Timestamp")) { char timestamp[FORMAT_TIMESTAMP_MAX], *t; if ((t = format_timestamp(timestamp, sizeof(timestamp), u)) || arg_all)