add some logging

This commit is contained in:
Blake Mizerany
2014-09-02 16:12:46 -07:00
committed by Yicheng Qin
parent 06dea4830d
commit b796d227f1
4 changed files with 11 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ func TestNode(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
n := Start(ctx, 1, []int64{1})
n := Start(1, []int64{1})
ch := make(chan Ready)
go func() {
for {