diff options
| author | Philip Kaufmann <[email protected]> | 2015-06-23 21:10:42 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-09-16 16:50:19 +0200 |
| commit | 9e521c173586257f57764b479beb5923c33ed0eb (patch) | |
| tree | 8a83ab4b363cfadfa8738b99ead769e3e0797945 /src/qt/clientmodel.cpp | |
| parent | net: use CIDR notation in CSubNet::ToString() (diff) | |
| download | discoin-9e521c173586257f57764b479beb5923c33ed0eb.tar.xz discoin-9e521c173586257f57764b479beb5923c33ed0eb.zip | |
[Qt] polish ban table
Diffstat (limited to 'src/qt/clientmodel.cpp')
| -rw-r--r-- | src/qt/clientmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 2af8226c1..851e9f186 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -246,7 +246,7 @@ static void NotifyAlertChanged(ClientModel *clientmodel, const uint256 &hash, Ch static void BannedListChanged(ClientModel *clientmodel) { - qDebug() << "BannedListChanged"; + qDebug() << QString("%1: Requesting update for peer banlist").arg(__func__); QMetaObject::invokeMethod(clientmodel, "updateBanlist", Qt::QueuedConnection); } |