emilk / loguru

A lightweight C++ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in sprintf

ohell opened this issue · comments

commented

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

Note the space between % and 4d