diff options
Diffstat (limited to 'swarm/metrics/flags.go')
-rw-r--r-- | swarm/metrics/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/metrics/flags.go b/swarm/metrics/flags.go index 48b231b21..795fc402f 100644 --- a/swarm/metrics/flags.go +++ b/swarm/metrics/flags.go @@ -20,9 +20,9 @@ import ( "time" "github.com/ethereum/go-ethereum/cmd/utils" - "github.com/ethereum/go-ethereum/log" gethmetrics "github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/metrics/influxdb" + "github.com/ethereum/go-ethereum/swarm/log" "gopkg.in/urfave/cli.v1" ) |