Skip to content

Commit b4b45ce

Browse files
committed
Fix type passed to spdlog
1 parent 30626c7 commit b4b45ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void core::config_options( pt::ptree &value)
7878
else if (s == "verbose")
7979
_log_level = verbose;
8080

81-
SPDLOG_DEBUG("Setting log severity to {}", _log_level);
81+
SPDLOG_DEBUG("Setting log severity to {}", s);
8282

8383

8484
// guard against deprecated config files

0 commit comments

Comments
 (0)