Update btclog import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 11:13:42 -06:00
parent 81b6031236
commit 37d0e1918b

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