diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-04 12:18:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 12:18:00 -0400 |
commit | dda4b5e89ee428d4e872246459db308b2701eef1 (patch) | |
tree | 2bb15d02d5da24102523bd0567d56d3d609b5cf6 /src/common/logging/text_formatter.h | |
parent | 9a07e9f8057323dbec477a8e90e626bf80fc1a61 (diff) | |
parent | 6ef84f1c4c6ca66ec28be210ef14913187af4424 (diff) |
Merge pull request #1238 from lioncash/explicit
common/logging: Minor changes
Diffstat (limited to 'src/common/logging/text_formatter.h')
-rw-r--r-- | src/common/logging/text_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index 9609cec7c..b6d9e57c8 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h @@ -15,6 +15,6 @@ struct Entry; std::string FormatLogMessage(const Entry& entry); /// Formats and prints a log entry to stderr. void PrintMessage(const Entry& entry); -/// Prints the same message as `PrintMessage`, but colored acoording to the severity level. +/// Prints the same message as `PrintMessage`, but colored according to the severity level. void PrintColoredMessage(const Entry& entry); } // namespace Log |