Sat, 07 Mar 2026 23:25:47 +0100
fix log formatting
| src/server/util/thrpool.c | file | annotate | diff | comparison | revisions |
--- a/src/server/util/thrpool.c Sat Mar 07 23:02:33 2026 +0100 +++ b/src/server/util/thrpool.c Sat Mar 07 23:25:47 2026 +0100 @@ -85,7 +85,7 @@ } if(thr_index == -1) { - log_ereport(LOG_CATASTROPHE, "threadpool: cannot find thread index for thread %ull\n", (unsigned long long)thr_self); + log_ereport(LOG_CATASTROPHE, "threadpool: cannot find thread index for thread %ull", (unsigned long long)thr_self); return NULL; }