diff options
Diffstat (limited to 'libbcachefs/bbpos.h')
-rw-r--r-- | libbcachefs/bbpos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/bbpos.h b/libbcachefs/bbpos.h index be2edced..63abe17f 100644 --- a/libbcachefs/bbpos.h +++ b/libbcachefs/bbpos.h @@ -29,7 +29,7 @@ static inline struct bbpos bbpos_successor(struct bbpos pos) static inline void bch2_bbpos_to_text(struct printbuf *out, struct bbpos pos) { - prt_str(out, bch2_btree_id_str(pos.btree)); + bch2_btree_id_to_text(out, pos.btree); prt_char(out, ':'); bch2_bpos_to_text(out, pos.pos); } |