Page MenuHomePhabricator

Use qInfo() if no error occurs
ClosedPublic

Authored by PiRK on Nov 12 2020, 08:06.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCb0c3231175d4: Use qInfo() if no error occurs
Summary

qWarning() is used to report warnings and recoverable errors in your
application.
qInfo() is used for informational messages (since Qt 5.5).

This is a backport of Core PR16263

Test Plan

Those messages can be printed with this command:
src/qt/bitcoin-qt -printtoconsole -debug=qt | grep "GUI:"

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable