From 206d31de85192353d03c74766e80513a87dc49b4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 23 Jan 2023 23:48:09 +0000 Subject: Convert log calls to use fmtlib format strings --- src/listmode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listmode.cpp') diff --git a/src/listmode.cpp b/src/listmode.cpp index 01f70836a..a350c4ad5 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -94,8 +94,8 @@ void ListModeBase::DoRehash() // If no default limit has been specified then insert one. if (!seen_default) { - ServerInstance->Logs.Warning("MODE", "No default entry was found for the %s mode; defaulting to %u", - name.c_str(), DEFAULT_LIST_SIZE); + ServerInstance->Logs.Warning("MODE", "No default entry was found for the {} mode; defaulting to {}", + name, DEFAULT_LIST_SIZE); newlimits.push_back(ListLimit("*", DEFAULT_LIST_SIZE)); } -- cgit v1.3.1-10-gc9f91