From 2d801bbd802da72ca741f1ee6ab752d739d617b0 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 23 Sep 2023 02:04:00 +0300 Subject: [PATCH] Update comment --- example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index 0afe3d14..81df17ad 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -29,7 +29,7 @@ void replace_default_logger_example(); // Uncomment to enable source location support. // This will add filename/line/column info to the log (and in to the resulting binary so take care). -// #define SPDLOG_EMIT_SOURCE_LOCATION +// #define SPDLOG_SOURCE_LOCATION #include "spdlog/spdlog.h" #include "spdlog/cfg/env.h" // support for loading levels from the environment variable