aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_cloak.cpp')
-rw-r--r--src/modules/m_cloak.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cloak.cpp b/src/modules/m_cloak.cpp
index 2949601c4..cc7bef81f 100644
--- a/src/modules/m_cloak.cpp
+++ b/src/modules/m_cloak.cpp
@@ -355,8 +355,8 @@ class ModuleCloakSHA256 final
if (methods)
{
- ServerInstance->SNO.WriteGlobalSno('a', "The %s hash provider was unloaded; removing %zu cloak methods until the next rehash.",
- service.name.substr(6).c_str(), methods);
+ ServerInstance->SNO.WriteGlobalSno('a', "The {} hash provider was unloaded; removing {} cloak methods until the next rehash.",
+ service.name.substr(6), methods);
}
}