bench small change

This commit is contained in:
gabime
2014-11-24 01:54:49 +02:00
parent 7f0434528b
commit c56fae39e8
2 changed files with 5 additions and 10 deletions

View File

@@ -12,6 +12,5 @@ int main(int, char* [])
logger->set_pattern("[%Y-%b-%d %T.%e]: %v");
for(int i = 0 ; i < howmany; ++i)
logger->info() << "spdlog message #" << i << ": This is some text for your pleasure";
return 0;
}