From 37d0e1918bd22dbbd1708c558b614812419be350 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 11:13:42 -0600 Subject: [PATCH] Update btclog import paths to new location. --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index 4998869c..7a79f9e0 100644 --- a/log.go +++ b/log.go @@ -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