From 2996963ecc943c9dc8677e77cfe98c4a99bc842d Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 23:16:50 -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 56605f24..143f794b 100644 --- a/libfuse/lib/debug.cpp +++ b/libfuse/lib/debug.cpp @@ -317,7 +317,7 @@ fuse_fopen_flag_to_str(const uint32_t offset_) void debug_fuse_open_out(const struct fuse_open_out *arg_) { - fmt::print(stderr, + fmt::print(g_OUTPUT, "fuse_open_out:" " fh=0x{:#08x};" " open_flags=0x{:#04x} (",