logger small fixes

This commit is contained in:
gabime
2014-03-31 01:18:25 +03:00
parent 98476e229a
commit ff824cdb5a
2 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ int main(int argc, char* argv[])
auto start = system_clock::now();
for(unsigned int i = 1; i <= howmany ; ++i)
my_logger.debug() << "Hello logger: ";
my_logger.info() << "Hello logger: ";
//auto s = howmany - as->q().size();
auto s = howmany;