From 51a0deca2c825f1d4461655a18bb37d6df76646d Mon Sep 17 00:00:00 2001 From: F1F88 <0xf1f88@gmail.com> Date: Sun, 10 Nov 2024 03:41:00 +0800 Subject: [PATCH] docs: Removed duplicate line in daily_file_sink comment (#3249) --- include/spdlog/sinks/daily_file_sink.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/sinks/daily_file_sink.h b/include/spdlog/sinks/daily_file_sink.h index 884145fd..615c9f7b 100644 --- a/include/spdlog/sinks/daily_file_sink.h +++ b/include/spdlog/sinks/daily_file_sink.h @@ -62,7 +62,6 @@ struct daily_filename_format_calculator { * Rotating file sink based on date. * If truncate != false , the created file will be truncated. * If max_files > 0, retain only the last max_files and delete previous. - * If max_files > 0, retain only the last max_files and delete previous. * Note that old log files from previous executions will not be deleted by this class, * rotation and deletion is only applied while the program is running. */