From bf47a326f6cd2819b02ed213ea5eafc2707ecc68 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 23:17:00 -0600 Subject: [PATCH] debug.cpp --- libfuse/lib/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfuse/lib/debug.cpp b/libfuse/lib/debug.cpp index 143f794b..0848b1f3 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -334,9 +334,9 @@ debug_fuse_open_out(const struct fuse_open_out *arg_) if(str == NULL) continue; - fmt::print(stderr,"{},",str); + fmt::print(g_OUTPUT,"{},",str); } - fmt::print(stderr,");\n"); + fmt::print(g_OUTPUT,");\n"); } static