Commit 67ace272 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Add a missing bch2_err_str() call

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 47a0ea6a
...@@ -1564,6 +1564,6 @@ int bch2_fs_initialize(struct bch_fs *c) ...@@ -1564,6 +1564,6 @@ int bch2_fs_initialize(struct bch_fs *c)
return 0; return 0;
err: err:
pr_err("Error initializing new filesystem: %s (%i)", err, ret); pr_err("Error initializing new filesystem: %s (%s)", err, bch2_err_str(ret));
return ret; return ret;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment