aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/cpu.go')
-rw-r--r--dashboard/cpu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/cpu.go b/dashboard/cpu.go
index c89879028..d2669a9e3 100644
--- a/dashboard/cpu.go
+++ b/dashboard/cpu.go
@@ -21,7 +21,7 @@ package dashboard
import (
"syscall"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/dexon-foundation/dexon/log"
)
// getProcessCPUTime retrieves the process' CPU time since program startup.