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