Skip to content

Commit

Permalink
docs: Removed duplicate line in daily_file_sink comment (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
F1F88 authored Nov 9, 2024
1 parent 8e56133 commit 51a0dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/spdlog/sinks/daily_file_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 51a0dec

Please sign in to comment.