fix ethtest logging

This commit is contained in:
zelig
2015-03-23 17:08:49 +00:00
parent 9880f99ccb
commit a983a215dc
3 changed files with 11 additions and 12 deletions

View File

@ -7,7 +7,7 @@ import (
logpkg "github.com/ethereum/go-ethereum/logger"
)
var Logger logpkg.LogSystem
var Logger *logpkg.StdLogSystem
var Log = logpkg.NewLogger("TEST")
func init() {