diff options
author | Guillaume Ballet <gballet@gmail.com> | 2018-02-06 01:18:13 +0800 |
---|---|---|
committer | Guillaume Ballet <gballet@gmail.com> | 2018-02-06 01:18:13 +0800 |
commit | 806430a2526b1dd5a85446f56c31df6d37904edd (patch) | |
tree | 3b321a9f2b7224ea04144b1d9404bdef49233205 | |
parent | 0662384d294eaa44390799747db030e8d401111d (diff) | |
download | dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar.gz dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar.bz2 dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar.lz dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar.xz dexon-806430a2526b1dd5a85446f56c31df6d37904edd.tar.zst dexon-806430a2526b1dd5a85446f56c31df6d37904edd.zip |
whisper: improve a log message to analyze a travis issue
-rw-r--r-- | whisper/whisperv6/peer_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisperv6/peer_test.go b/whisper/whisperv6/peer_test.go index 17f70129b..dffa7b350 100644 --- a/whisper/whisperv6/peer_test.go +++ b/whisper/whisperv6/peer_test.go @@ -274,7 +274,7 @@ func checkPropagation(t *testing.T, includingNodeZero bool) { time.Sleep(cycle * time.Millisecond) } - t.Fatalf("Test was not complete: timeout %d seconds.", iterations*cycle/1000) + t.Fatalf("Test was not complete: timeout %d seconds. nodes=%v", iterations*cycle/1000, nodes) if !includingNodeZero { f := nodes[0].shh.GetFilter(nodes[0].filerID) |