aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/tracing/tracing.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/tracing/tracing.go')
-rw-r--r--swarm/tracing/tracing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/tracing/tracing.go b/swarm/tracing/tracing.go
index f95fa41b8..935029651 100644
--- a/swarm/tracing/tracing.go
+++ b/swarm/tracing/tracing.go
@@ -6,7 +6,7 @@ import (
"strings"
"time"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/dexon-foundation/dexon/log"
jaeger "github.com/uber/jaeger-client-go"
jaegercfg "github.com/uber/jaeger-client-go/config"
cli "gopkg.in/urfave/cli.v1"