diff options
| author | 2025-02-14 14:27:08 +0000 | |
|---|---|---|
| committer | 2025-02-14 14:27:08 +0000 | |
| commit | 2025b34ed248b0fdefc85e7062fe3440a275a536 (patch) | |
| tree | f05a8787c41477916bf53b973091418802ac7208 /modules/extra/pgsql.cpp | |
| parent | Purge v3 compatibility code. (diff) | |
| parent | Move RPL_TIME to the numeric header, unify TIME and ALLTIME. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index 0512ab772..228e28b83 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -454,7 +454,7 @@ restart: void Submit(SQL::Query* req, const std::string& q) override { - ServerInstance->Logs.Debug(MODNAME, "Executing PostgreSQL query: " + q); + ServerInstance->Logs.Debug(MODNAME, "Executing PostgreSQL query: {}", q); if (qinprog.q.empty()) { DoQuery(QueueItem(req, q)); |
