Merge pull request #255 from Cleroth/patch-1

m
This commit is contained in:
Gabi Melman 2016-08-03 12:20:13 +03:00 committed by GitHub
commit f05451650d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int main(int, char* [])
rotating_logger->info("{} * {} equals {:>10}", i, i, i*i);
//
// Create a daily logger - a new file is created every day on 2:30am
// Create a daily logger - a new file is created every day at 2:30am
//
auto daily_logger = spd::daily_logger_mt("daily_logger", "logs/daily", 2, 30);