diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index e4025720..cefeb78a 100644 --- a/src/mergerfs.cpp +++ b/src/mergerfs.cpp @@ -306,8 +306,8 @@ main(int argc_, ghc::filesystem::path path{argv_[1]}; fmt::print("{} : {}\n", - path, - fs::find_mount_point(path)); + path.string(), + fs::find_mount_point(path).string()); return 0;