# HG changeset patch # User Olaf Wintermann # Date 1772922347 -3600 # Node ID dcac069c7c95272bb255506f01f01def2d1aff9d # Parent 2b7291e40688526284e0d43d29baa6668668afdc fix log formatting diff -r 2b7291e40688 -r dcac069c7c95 src/server/util/thrpool.c --- 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; }