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);