diff --git a/libfuse/lib/debug.cpp b/libfuse/lib/debug.cpp index 604a107a..56605f24 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -289,7 +289,7 @@ debug_open_flags(const uint32_t flags_) if(str == NULL) continue; - fmt::print("{}, ",str); + fmt::print(g_OUTPUT,"{}, ",str); } }