From 97433f5ef14dad126bdced05c3fa257ba8f13f89 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Fri, 22 May 2015 19:12:59 -0700 Subject: expand acronym in log message from TD to total difficulty --- eth/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/sync.go b/eth/sync.go index 62d08acb6..8a0da39ec 100644 --- a/eth/sync.go +++ b/eth/sync.go @@ -82,7 +82,7 @@ func (pm *ProtocolManager) synchronise(peer *peer) { } // Make sure the peer's TD is higher than our own. If not drop. if peer.td.Cmp(pm.chainman.Td()) <= 0 { - glog.V(logger.Debug).Infoln("Synchronisation canceled: peer TD too small") + glog.V(logger.Debug).Infoln("Synchronisation canceled: peer's total difficulty is too small") return } // FIXME if we have the hash in our chain and the TD of the peer is -- cgit v1.2.3