diff options
Diffstat (limited to 'libbcachefs.c')
-rw-r--r-- | libbcachefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs.c b/libbcachefs.c index d0c58da7..34246dc9 100644 --- a/libbcachefs.c +++ b/libbcachefs.c @@ -257,7 +257,7 @@ struct bch_sb *bch2_format(struct bch_opt_strs fs_opt_strs, idx = bch2_disk_path_find_or_create(&sb, i->group); if (idx < 0) - die("error creating disk path: %s", i->group); + die("error creating disk path: %s", idx); SET_BCH_MEMBER_GROUP(m, idx + 1); } |