HomePhabricator

Use qInfo() if no error occurs

Description

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:"

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D8372

Details

Provenance
Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>Authored on Jun 21 2019, 17:22
PiRKCommitted on Nov 12 2020, 10:39
PiRKPushed on Nov 12 2020, 10:39
Reviewer
Restricted Project
Differential Revision
D8372: Use qInfo() if no error occurs
Parents
rABC7289af88e992: speed up Unserialize_impl for prevector
Branches
Unknown
Tags
Unknown

Event Timeline

PiRK committed rABCb0c3231175d4: Use qInfo() if no error occurs (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).Nov 12 2020, 10:39