diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 1b4a590b5..b8bb5693f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -512,7 +512,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string& useruid) // On startup, print out to console (still attached at this point) if (!old) - fmt::println(line); + fmt::println("{}", line); // If a user is rehashing, tell them directly if (user) |
