diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2013-04-08 22:02:57 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2013-04-08 22:02:57 -0400 |
commit | 1483aac5f9a9de9fefbcbbe3edc34429b69aca9e (patch) | |
tree | ebaa8619a971911226ed39997cf0f5f87a0643c5 | |
parent | f49992d983d2202f1e8210e86201b6741726dd88 (diff) |
net.cpp: Do not change primary process name from (default) to "bitcoin-start"
Discussed a bit on IRC.
-rw-r--r-- | src/net.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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)); |