aboutsummaryrefslogtreecommitdiff
path: root/weed/util/grace/pprof.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/grace/pprof.go')
-rw-r--r--weed/util/grace/pprof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/grace/pprof.go b/weed/util/grace/pprof.go
index 28bf6d553..620184c9b 100644
--- a/weed/util/grace/pprof.go
+++ b/weed/util/grace/pprof.go
@@ -5,7 +5,7 @@ import (
"runtime"
"runtime/pprof"
- "github.com/chrislusf/seaweedfs/weed/glog"
+ "github.com/seaweedfs/seaweedfs/weed/glog"
)
func SetupProfiling(cpuProfile, memProfile string) {