mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Fix example
This commit is contained in:
@@ -47,7 +47,7 @@ int main(int, char *[])
|
||||
spdlog::trace("Backtrace message 1");
|
||||
spdlog::debug("Backtrace message 2");
|
||||
spdlog::debug("Backtrace message 3");
|
||||
spdlog::error("This should trigger backtrace!")
|
||||
spdlog::error("This should trigger backtrace!");
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user