aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-06-23 21:10:42 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-09-16 16:50:19 +0200
commit9e521c173586257f57764b479beb5923c33ed0eb (patch)
tree8a83ab4b363cfadfa8738b99ead769e3e0797945 /src/qt/clientmodel.cpp
parent607809f037950f114f64f1ee09c1486a3c66638b (diff)
downloadbitcoin-9e521c173586257f57764b479beb5923c33ed0eb.tar.xz
[Qt] polish ban table
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index 2af8226c12..851e9f1867 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);
}