From 6041e50eba2aff99208b53da6e8d0329d2076784 Mon Sep 17 00:00:00 2001 From: Hui Xiao Date: Tue, 13 Jun 2023 14:14:51 -0700 Subject: [PATCH] Fix info_log comment in SSTFileManager (#11530) Summary: **Context/Summary:** as title Pull Request resolved: https://github.com/facebook/rocksdb/pull/11530 Test Plan: no code change Reviewed By: jowlyzhang Differential Revision: D46655670 Pulled By: hx235 fbshipit-source-id: 3dfea5485a9a6a8ce0de1f6296c4cf31aedfa116 --- include/rocksdb/sst_file_manager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/rocksdb/sst_file_manager.h b/include/rocksdb/sst_file_manager.h index 613292151..b4e5a9baf 100644 --- a/include/rocksdb/sst_file_manager.h +++ b/include/rocksdb/sst_file_manager.h @@ -93,7 +93,8 @@ class SstFileManager { // // @param env: Pointer to Env object, please see "rocksdb/env.h". // @param fs: Pointer to FileSystem object (rocksdb/file_system.h" -// @param info_log: If not nullptr, info_log will be used to log errors. +// @param info_log: If not nullptr, info_log will be used to log messages of +// INFO, WARN or ERROR level with respect to info_log's info level. // // == Deletion rate limiting specific arguments == // @param trash_dir: Deprecated, this argument have no effect