all: fix rename breakage

This commit is contained in:
Felix Lange
2014-10-31 18:40:32 +01:00
parent 5af4ff985d
commit f3473312ba
13 changed files with 68 additions and 69 deletions

View File

@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/ethereum/eth-go/ethlog"
logpkg "github.com/ethereum/go-ethereum/logger"
)
const (
@ -93,7 +93,7 @@ type Server struct {
handlers Handlers
}
var logger = ethlog.NewLogger("P2P")
var logger = logpkg.NewLogger("P2P")
func New(network Network, addr net.Addr, identity ClientIdentity, handlers Handlers, maxPeers int, blacklist Blacklist) *Server {
// get alphabetical list of protocol names from handlers map