Skip to content

Commit

Permalink
Update btclog import paths to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jan 16, 2015
1 parent 0864e31 commit e18b383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ldb/leveldb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion memdb/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package memdb
import (
"fmt"

"github.com/btcsuite/btclog"
"github.com/conformal/btcdb"
"github.com/conformal/btclog"
)

var log = btclog.Disabled
Expand Down

0 comments on commit e18b383

Please sign in to comment.