diff --git a/src/perf_counters.cc b/src/perf_counters.cc index 417acdb18..d466e27e8 100644 --- a/src/perf_counters.cc +++ b/src/perf_counters.cc @@ -254,7 +254,7 @@ bool PerfCounters::IsCounterSupported(const std::string&) { return false; } PerfCounters PerfCounters::Create( const std::vector& counter_names) { if (!counter_names.empty()) { - GetErrorLogInstance() << "Performance counters not supported."; + GetErrorLogInstance() << "Performance counters not supported.\n"; } return NoCounters(); }