From 7d632fdc852be2c9003f06c899c9e031f6e4cfec Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Sat, 3 May 2025 17:53:51 +0200 Subject: [PATCH] More informative main thread name --- src/p2pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p2pool.cpp b/src/p2pool.cpp index e1d3399..7e46668 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -1956,7 +1956,7 @@ int p2pool::run() loop->data = nullptr; GetLoopUserData(loop); - set_thread_name("Main"); + set_thread_name("p2pool"); try { get_info();