Update btclog import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 11:43:34 -06:00
parent 04f692fbbb
commit 2f79c3176e
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
package chain package chain
import "github.com/conformal/btclog" import "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
// means the package will not perform any logging by default until the caller // means the package will not perform any logging by default until the caller

2
log.go
View file

@ -20,8 +20,8 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/btcsuite/btclog"
"github.com/btcsuite/seelog" "github.com/btcsuite/seelog"
"github.com/conformal/btclog"
"github.com/conformal/btcwallet/chain" "github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/txstore" "github.com/conformal/btcwallet/txstore"
) )

View file

@ -16,7 +16,7 @@
package txstore package txstore
import "github.com/conformal/btclog" import "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
// means the package will not perform any logging by default until the caller // means the package will not perform any logging by default until the caller