From 0861181926229844577d9dd8e408f71ae0157482 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 13 Jun 2024 17:49:31 +0100 Subject: Fix a minor print safety issue in configreader. --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') 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) -- cgit v1.3.1-10-gc9f91