From 9b5b4cd505143202fd785af6a077c409327f0683 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 12 Nov 2018 12:12:33 +0200 Subject: [PATCH] comment --- include/spdlog/logger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index a1757574..d1da624f 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -153,8 +153,8 @@ protected: bool should_flush_(const details::log_msg &msg); - // default error handler: print the error to stderr with the max rate of 1 - // message/minute + // default error handler. + // print the error to stderr with the max rate of 1 message/minute. void default_err_handler_(const std::string &msg); // increment the message count (only if defined(SPDLOG_ENABLE_MESSAGE_COUNTER))