Commit 8fdd26da authored by gabime's avatar gabime

Fixed example.cpp

parent 0c19bdd7
...@@ -29,7 +29,6 @@ int main(int, char *[]) ...@@ -29,7 +29,6 @@ int main(int, char *[])
try try
{ {
syslog_example();
auto console = spdlog::stdout_color_st("console"); auto console = spdlog::stdout_color_st("console");
console->info("Welcome to spdlog!"); console->info("Welcome to spdlog!");
......
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