Skip to content

Commit

Permalink
Make DefaultLogger of type Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Aug 12, 2015
1 parent 5bb5cfc commit 93d12eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var ErrNoServer = errors.New("zk: could not connect to a server")
var ErrInvalidPath = errors.New("zk: invalid path")

// DefaultLogger uses the stdlib log package for logging.
var DefaultLogger = defaultLogger{}
var DefaultLogger Logger = defaultLogger{}

const (
bufferSize = 1536 * 1024
Expand Down

0 comments on commit 93d12eb

Please sign in to comment.