emilk / loguru

A lightweight C++ logging library
The Unlicense
1.77k stars 256 forks source link

typo in sprintf #141

Open ohell opened 4 years ago

ohell commented 4 years ago

loguru.cpp, line1206: snprintf(level_buff, sizeof(level_buff) - 1, "% 4d", verbosity);

Note the space between % and 4d