From 2f79c3176e1996d4c9a5ddcb8e374c36e0d151c0 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 11:43:34 -0600 Subject: [PATCH] Update btclog import paths to new location. --- chain/log.go | 2 +- log.go | 2 +- txstore/log.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chain/log.go b/chain/log.go index 0bf9092..71f9bc7 100644 --- a/chain/log.go +++ b/chain/log.go @@ -16,7 +16,7 @@ package chain -import "github.com/conformal/btclog" +import "github.com/btcsuite/btclog" // 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 diff --git a/log.go b/log.go index 8a2260d..885c0e6 100644 --- a/log.go +++ b/log.go @@ -20,8 +20,8 @@ import ( "fmt" "os" + "github.com/btcsuite/btclog" "github.com/btcsuite/seelog" - "github.com/conformal/btclog" "github.com/conformal/btcwallet/chain" "github.com/conformal/btcwallet/txstore" ) diff --git a/txstore/log.go b/txstore/log.go index 0012473..7a523ac 100644 --- a/txstore/log.go +++ b/txstore/log.go @@ -16,7 +16,7 @@ package txstore -import "github.com/conformal/btclog" +import "github.com/btcsuite/btclog" // 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