src/server/util/thrpool.c

changeset 724
dcac069c7c95
parent 581
4a049e416021
--- 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;
     }
     

mercurial