diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 54dd7de105..0b580d1b64 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -506,7 +506,7 @@ static int pretty_boot_time(sd_bus *bus, char **_buf) { "ActiveEnterTimestampMonotonic", &activated_time); if (r < 0) { - log_info_errno(r, "Could not get time to reach default.target. Continuing..."); + log_info_errno(r, "Could not get time to reach default.target, ignoring: %m"); activated_time = USEC_INFINITY; }