From 947e2a858f13deca8efd4c44fb7e028c41ff09b5 Mon Sep 17 00:00:00 2001 From: gg Date: Mon, 12 Jan 2026 13:46:41 -0500 Subject: [PATCH] log info not debug for important sync update --- src/libwalletqt/Wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index cfde59f5..31720a15 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -430,7 +430,7 @@ void Wallet::initAsync(const QString &daemonAddress, bool trustedDaemon, quint64 setTrustedDaemon(trustedDaemon); if (success) { - qDebug() << "init async finished - starting refresh"; + qInfo() << "init async finished - starting refresh. Paused:" << m_syncPaused; if (!m_syncPaused) { startRefresh(); } -- 2.52.0