From 851044959d741b61ad994db4e9ddb3a464fa4caf Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 1 May 2025 20:12:54 -0500 Subject: [PATCH] fuse_loop.cpp --- libfuse/lib/fuse_loop.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libfuse/lib/fuse_loop.cpp b/libfuse/lib/fuse_loop.cpp index 4fcc4a6e..4b8e78d1 100644 --- a/libfuse/lib/fuse_loop.cpp +++ b/libfuse/lib/fuse_loop.cpp @@ -320,17 +320,6 @@ fuse_session_loop_mt(struct fuse_session *se_, process_thread_count, process_thread_queue_depth, pin_threads_type_); - - syslog(LOG_INFO, - "read-thread-count=%d; " - "process-thread-count=%d; " - "process-thread-queue-depth=%d; " - "pin-threads=%s;" - , - read_thread_count, - process_thread_count, - process_thread_queue_depth, - pin_threads_type_.c_str()); ::_wait(se_,&finished);