This commit is contained in:
Jae Kwon 2015-10-22 12:33:53 -07:00
parent cfeac977fd
commit b072ed3173
1 changed files with 1 additions and 1 deletions

2
log.go
View File

@ -3,7 +3,7 @@ package logger
import (
"os"
. "github.com/tendermint/common"
. "github.com/tendermint/go-common"
"github.com/tendermint/log15"
)