mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 16:30:42 +02:00
qt: Rename qt-init thread before logging start
This commit is contained in:
parent
ad5f614bf3
commit
ead771bf6f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user