From 9f46ab62b1ba47ad594d5e06e4fe837297f4790e Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Sat, 30 Jun 2012 17:14:28 +0200 Subject: Fix thread names after review * Fix wrong thread name for wallet *relocking* thread - Was named the unlocking thread * Use consistent naming Signed-off-by: Giel van Schijndel --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index bcc5e60d7..c4472c455 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3595,7 +3595,7 @@ void static BitcoinMiner(CWallet *pwallet) SetThreadPriority(THREAD_PRIORITY_LOWEST); // Make this thread recognisable as the mining thread - RenameThread("bitcoin [miner]"); + RenameThread("bitcoin-miner"); // Each thread has its own key and counter CReserveKey reservekey(pwallet); -- cgit v1.2.3