Browse Source

fuse_loop.cpp

Antonio SJ Musumeci 6 days ago
parent
commit
8323a9ae93
  1. 3
      libfuse/lib/fuse_loop.cpp

3
libfuse/lib/fuse_loop.cpp

@ -311,8 +311,7 @@ fuse_session_loop_mt(struct fuse_session *se_,
PinThreads::pin(read_threads,process_threads,pin_threads_type_);
SysLog::log(LOG_INFO,
"read-thread-count={}; "
SysLog::info("read-thread-count={}; "
"process-thread-count={}; "
"process-thread-queue-depth={}; "
"pin-threads={};",

Loading…
Cancel
Save