mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 15:01:18 +02:00
qt: Rename qt-init thread before logging start
This commit is contained in:
@@ -163,8 +163,8 @@ void BitcoinCore::initialize()
|
||||
{
|
||||
try
|
||||
{
|
||||
qDebug() << __func__ << ": Running initialization in thread";
|
||||
util::ThreadRename("qt-init");
|
||||
qDebug() << __func__ << ": Running initialization in thread";
|
||||
interfaces::BlockAndHeaderTipInfo tip_info;
|
||||
bool rv = m_node.appInitMain(&tip_info);
|
||||
Q_EMIT initializeResult(rv, tip_info);
|
||||
|
Reference in New Issue
Block a user