Update btclog import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 13:08:45 -06:00
parent 231854f24b
commit a02ba2b4b1

2
log.go
View file

@ -8,7 +8,7 @@ import (
"errors" "errors"
"io" "io"
"github.com/conformal/btclog" "github.com/btcsuite/btclog"
) )
// log is a logger that is initialized with no output filters. This // log is a logger that is initialized with no output filters. This