Commit e085ba7f authored by gabime's avatar gabime

Fix example

parent 33f881ac
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment