diff --git a/repertory/librepertory/src/drives/fuse/fuse_base.cpp b/repertory/librepertory/src/drives/fuse/fuse_base.cpp index ad14dc46..b4703904 100644 --- a/repertory/librepertory/src/drives/fuse/fuse_base.cpp +++ b/repertory/librepertory/src/drives/fuse/fuse_base.cpp @@ -465,7 +465,7 @@ auto fuse_base::mount([[maybe_unused]] std::vector orig_args, ret = utils::launchctl_command(launchctl_type::bootstrap, label_); if (ret != 0) { - std::cont << fmt::format("WARN: Failed to bootstrap {}/{}", getuid(), + std::cout << fmt::format("WARN: Failed to bootstrap {}/{}", getuid(), label_) << std::endl; }