diff --git a/src/GUI.cpp b/src/GUI.cpp
index 9748de3b6..780b77b22 100644
--- a/src/GUI.cpp
+++ b/src/GUI.cpp
@@ -248,7 +248,7 @@ void GUI::addLogPeerBlocked(const QString& ip){
textBlockedUsers->clear();
nbLines = 1;
}
- infoBar->append(""+ QTime::currentTime().toString("hh:mm:ss") + " - "+tr("%1 was blocked", "x.y.z.w was blocked").arg(ip));
+ textBlockedUsers->append(""+ QTime::currentTime().toString("hh:mm:ss") + " - "+tr("%1 was blocked", "x.y.z.w was blocked").arg(ip));
}
// Update Info Bar information