aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereum.go b/ethereum.go
index c9da24bcf..e1bc38542 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -247,6 +247,7 @@ func (s *Ethereum) Start() {
s.TxPool.Start()
if ethutil.Config.Seed {
+ log.Println("Seeding")
// Testnet seed bootstrapping
resp, err := http.Get("http://www.ethereum.org/servers.poc2.txt")
if err != nil {