diff --git a/cmd/geth/logging_test.go b/cmd/geth/logging_test.go index d420c2d078..5131e6787b 100644 --- a/cmd/geth/logging_test.go +++ b/cmd/geth/logging_test.go @@ -96,7 +96,7 @@ func testConsoleLogging(t *testing.T, format string, tStart, tEnd int) { } } if len(haveLines) != len(wantLines) { - t.Errorf("format %v, want %d lines, have %d", format, len(haveLines), len(wantLines)) + t.Errorf("format %v, want %d lines, have %d", format, len(wantLines), len(haveLines)) } }