Update btclog import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 11:15:32 -06:00
parent 0864e31a54
commit e18b38318a
3 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ import (
"strconv"
"sync"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/goleveldb/leveldb"
"github.com/btcsuite/goleveldb/leveldb/opt"
"github.com/conformal/btcdb"
"github.com/conformal/btclog"
"github.com/conformal/btcwire"
)

2
log.go
View File

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

View File

@ -7,8 +7,8 @@ package memdb
import (
"fmt"
"github.com/btcsuite/btclog"
"github.com/conformal/btcdb"
"github.com/conformal/btclog"
)
var log = btclog.Disabled