diff options
Diffstat (limited to 'runtime/base/logging.cc')
-rw-r--r-- | runtime/base/logging.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/logging.cc b/runtime/base/logging.cc index bf19e8d734..83ecca8c88 100644 --- a/runtime/base/logging.cc +++ b/runtime/base/logging.cc @@ -126,7 +126,7 @@ LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, LogMessage::~LogMessage() { if (data_->severity < gMinimumLogSeverity) { - return; // No need to format something we're not going to output. + return; // No need to format something we're not going to output. } // Finish constructing the message. |