emilk / loguru

A lightweight C++ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A little bug

CSQ223 opened this issue · comments

loguru/loguru.cpp

Line 1314 in 323d0eb

snprintf(level_buff, sizeof(level_buff) - 1, "% 4d", verbosity);

In this line, the argument of format should be rewritten as "%4d" in my compiler of version G++ 11