From: gg Date: Mon, 12 Jan 2026 18:46:41 +0000 (-0500) Subject: log info not debug for important sync update X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=947e2a858f13deca8efd4c44fb7e028c41ff09b5;p=gamesguru%2Ffeather.git log info not debug for important sync update --- 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(); }