mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
qt: Rename qt-init thread before logging start
This commit is contained in:
parent
ad5f614bf3
commit
ead771bf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue