mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
Add missing \n
character at end of error log string (#1700)
Closes https://github.com/google/benchmark/issues/1699 Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
parent
159eb2d0ff
commit
93a96a26a6
@ -254,7 +254,7 @@ bool PerfCounters::IsCounterSupported(const std::string&) { return false; }
|
||||
PerfCounters PerfCounters::Create(
|
||||
const std::vector<std::string>& counter_names) {
|
||||
if (!counter_names.empty()) {
|
||||
GetErrorLogInstance() << "Performance counters not supported.";
|
||||
GetErrorLogInstance() << "Performance counters not supported.\n";
|
||||
}
|
||||
return NoCounters();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user