aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/sqlite3.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-14 14:27:08 +0000
committerGravatar Sadie Powell2025-02-14 14:27:08 +0000
commit2025b34ed248b0fdefc85e7062fe3440a275a536 (patch)
treef05a8787c41477916bf53b973091418802ac7208 /modules/extra/sqlite3.cpp
parentPurge v3 compatibility code. (diff)
parentMove RPL_TIME to the numeric header, unify TIME and ALLTIME. (diff)
downloadinspircd++-2025b34ed248b0fdefc85e7062fe3440a275a536.tar.gz
inspircd++-2025b34ed248b0fdefc85e7062fe3440a275a536.tar.bz2
inspircd++-2025b34ed248b0fdefc85e7062fe3440a275a536.zip
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/extra/sqlite3.cpp')
-rw-r--r--modules/extra/sqlite3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/sqlite3.cpp b/modules/extra/sqlite3.cpp
index 0843e20be..246f65a8e 100644
--- a/modules/extra/sqlite3.cpp
+++ b/modules/extra/sqlite3.cpp
@@ -174,7 +174,7 @@ public:
void Submit(SQL::Query* query, const std::string& q) override
{
- ServerInstance->Logs.Debug(MODNAME, "Executing SQLite3 query: " + q);
+ ServerInstance->Logs.Debug(MODNAME, "Executing SQLite3 query: {}", q);
Query(query, q);
delete query;
}