Skip to content

Commit ead771b

Browse files
committed
qt: Rename qt-init thread before logging start
1 parent ad5f614 commit ead771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ void BitcoinCore::initialize()
163163
{
164164
try
165165
{
166-
qDebug() << __func__ << ": Running initialization in thread";
167166
util::ThreadRename("qt-init");
167+
qDebug() << __func__ << ": Running initialization in thread";
168168
interfaces::BlockAndHeaderTipInfo tip_info;
169169
bool rv = m_node.appInitMain(&tip_info);
170170
Q_EMIT initializeResult(rv, tip_info);

0 commit comments

Comments
 (0)