Skip to content

Commit a2f85f0

Browse files
committed
crimson/osd/osd.cc: convert fmt::print to INFO in OSD::mkfs
Signed-off-by: Samuel Just <[email protected]>
1 parent dc6825e commit a2f85f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/crimson/osd/osd.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ seastar::future<> OSD::mkfs(
238238

239239
co_await store.write_meta("ready", "ready");
240240

241-
fmt::print("created object store {} for osd.{} fsid {}\n",
242-
local_conf().get_val<std::string>("osd_data"),
243-
whoami, cluster_fsid);
241+
INFO("created object store {} for osd.{} fsid {}\n",
242+
local_conf().get_val<std::string>("osd_data"),
243+
whoami, cluster_fsid);
244244
co_await store.umount();
245245

246246
co_await store.stop();

0 commit comments

Comments
 (0)