analyze: include error cause in the log message

This commit is contained in:
Yu Watanabe 2018-10-20 00:46:33 +09:00
parent e95a86c79e
commit 0c7539634f
1 changed files with 1 additions and 1 deletions

View 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;
}