]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/sb-errors.c
Update bcachefs sources to 3ca08ab51ec9 bcachefs: six locks: Simplify optimistic...
[bcachefs-tools-debian] / libbcachefs / sb-errors.c
index 9215d414b5253c81aa9cd6ee48eb214afa354164..f0930ab7f036eb30fe5d40708f4b82a1e68907f2 100644 (file)
@@ -70,7 +70,7 @@ static void bch2_sb_errors_to_text(struct printbuf *out, struct bch_sb *sb,
                prt_tab(out);
                prt_u64(out, BCH_SB_ERROR_ENTRY_NR(&e->entries[i]));
                prt_tab(out);
-               bch2_prt_date_seconds(out, le64_to_cpu(e->entries[i].last_error_time));
+               bch2_prt_datetime(out, le64_to_cpu(e->entries[i].last_error_time));
                prt_newline(out);
        }
 }