summaryrefslogtreecommitdiff
path: root/cmd_format.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-07-04 13:33:53 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-07-04 23:33:54 -0400
commit07ec713e056a73337bc0f53f5910f5179537b2c2 (patch)
treef43e435b6fb409f4dab4420be283690101904c7c /cmd_format.c
parent55142cd0b5ef2a2150d4708dad0c3fd54a3ffd39 (diff)
Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX
Diffstat (limited to 'cmd_format.c')
-rw-r--r--cmd_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c
index 372ca8f8..3f96f5de 100644
--- a/cmd_format.c
+++ b/cmd_format.c
@@ -258,7 +258,7 @@ int cmd_format(int argc, char *argv[])
darray_size(device_paths),
bch2_opts_empty());
if (IS_ERR(c))
- die("error opening %s: %s", device_paths.item[0],
+ die("error opening %s: %s", device_paths.item,
strerror(-PTR_ERR(c)));
bch2_fs_stop(c);