From 88285394025f1a8530a72f7aac0ab4d0647b976e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 23:16:41 -0600 Subject: [PATCH] debug.cpp --- libfuse/lib/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }