From f6049cd3330a059920ec12402923104310e3d934 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 24 Aug 2018 13:26:45 +0300 Subject: [PATCH] Update file_helper.h --- include/spdlog/details/file_helper.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/spdlog/details/file_helper.h b/include/spdlog/details/file_helper.h index 8626078c..bca59420 100644 --- a/include/spdlog/details/file_helper.h +++ b/include/spdlog/details/file_helper.h @@ -5,10 +5,9 @@ #pragma once -// Helper class for file sink -// When failing to open a file, retry several times(5) with small delay between -// the tries(10 ms) -// Throw spdlog_ex exception on errors +// Helper class for file sink. +// When failing to open a file, retry several times(5) with delay interval (10 ms). +// Throw spdlog_ex exception on errors. #include "spdlog/details/log_msg.h" #include "spdlog/details/os.h"