fixed example async error

This commit is contained in:
gabime 2016-08-20 13:26:13 +03:00
parent 4fcde3b850
commit 1c4da3eef3
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void async_example()
spdlog::set_async_mode(q_size);
auto async_file = spd::daily_logger_st("async_file_logger", "logs/async_log.txt");
for (int i = 0; i < 100; ++i)
async_file->info("Async message #{}{}", i);
async_file->info("Async message #{}", i);
}
//syslog example (linux/osx only)