From 1483aac5f9a9de9fefbcbbe3edc34429b69aca9e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 8 Apr 2013 22:02:57 -0400 Subject: net.cpp: Do not change primary process name from (default) to "bitcoin-start" Discussed a bit on IRC. --- src/net.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/net.cpp b/src/net.cpp index 910baf6b56..069f8b5cf6 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1763,9 +1763,6 @@ void static Discover() void StartNode(boost::thread_group& threadGroup) { - // Make this thread recognisable as the startup thread - RenameThread("bitcoin-start"); - if (semOutbound == NULL) { // initialize semaphore int nMaxOutbound = min(MAX_OUTBOUND_CONNECTIONS, (int)GetArg("-maxconnections", 125)); -- cgit v1.2.3