This commit is contained in:
gabi 2014-11-05 23:15:34 +02:00
parent ca42657d3c
commit a66d80c1d4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void bench(int howmany, std::shared_ptr<spdlog::logger> log)
auto start = system_clock::now();
for (auto i = 0; i < howmany; ++i)
{
log->info("Hello logger: msg number ") << i << "**************************" << i + 1 << "," << 1 + 2;;
log->info("Hello logger: msg number ", i);
}