]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/move.c
Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()
[bcachefs-tools-debian] / libbcachefs / move.c
index 39a14e3216807d222fc11856fa285448f4a24ca3..82f60c7883ba6b08396e763c4eeaea0328d07b44 100644 (file)
@@ -1110,7 +1110,7 @@ static void bch2_moving_ctxt_to_text(struct printbuf *out, struct bch_fs *c, str
 
        prt_printf(out, " data type %s btree_id %s position: ",
                   bch2_data_types[stats->data_type],
-                  bch2_btree_ids[stats->btree_id]);
+                  bch2_btree_id_str(stats->btree_id));
        bch2_bpos_to_text(out, stats->pos);
        prt_newline(out);
        printbuf_indent_add(out, 2);