From: Yu Watanabe Date: Fri, 19 Oct 2018 15:46:33 +0000 (+0900) Subject: analyze: include error cause in the log message X-Git-Tag: v240~503^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c7539634f4cb7656235feb753e49eab31d0d33c;p=thirdparty%2Fsystemd.git analyze: include error cause in the log message --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 54dd7de105d..0b580d1b640 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; }