]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: include error cause in the log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Oct 2018 15:46:33 +0000 (00:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Oct 2018 15:46:33 +0000 (00:46 +0900)
src/analyze/analyze.c

index 54dd7de105d865cc5281e4807fabffd888ddeb83..0b580d1b640e54d87b9c419fc59b129dea412d0e 100644 (file)
@@ -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;
         }