aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-07-22 16:01:12 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commit3b354d213f99b89a1baf9a2c5895f172e4b351c3 (patch)
tree812dbb1ff55f0e1719032a2db05e9abced139c36 /src
parent30eac2d79a05b4d7bcb708f59ff6b92c742c02f4 (diff)
downloadbitcoin-3b354d213f99b89a1baf9a2c5895f172e4b351c3.tar.xz
Add extra message to avoid a long 'Loading banlist'
Github-Pull: #8392 Rebased-From: aa59f2ed3f378c02159e41ff3ae2df76ef850577
Diffstat (limited to 'src')
-rw-r--r--src/net.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index eb2c38dd10..a15b0403b1 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -2092,6 +2092,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
DumpBanlist();
}
+ uiInterface.InitMessage(_("Starting network threads..."));
+
fAddressesInitialized = true;
if (semOutbound == NULL) {