From 655742c915839835d53ea8affd910e31c9911900 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 9 Apr 2024 23:20:12 -0500 Subject: [PATCH] fuse_lowlevel.c --- libfuse/lib/fuse_lowlevel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libfuse/lib/fuse_lowlevel.c b/libfuse/lib/fuse_lowlevel.c index 142999fc..afad2f21 100644 --- a/libfuse/lib/fuse_lowlevel.c +++ b/libfuse/lib/fuse_lowlevel.c @@ -283,7 +283,8 @@ fill_open(struct fuse_open_out *arg_, arg_->backing_id = ffi_->backing_id; } - fprintf("%d %d\n", + fprintf(stderr, + "%d %d\n", !!(arg_->open_flags | FOPEN_KEEP_CACHE), !!(arg_->passthrough | FOPEN_PASSTHROUGH)); }