diff options
Diffstat (limited to 'weed/util/pprof.go')
| -rw-r--r-- | weed/util/pprof.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/pprof.go b/weed/util/pprof.go index a2621ceee..088053803 100644 --- a/weed/util/pprof.go +++ b/weed/util/pprof.go @@ -5,7 +5,7 @@ import ( "runtime" "runtime/pprof" - "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/joeslay/seaweedfs/weed/glog" ) func SetupProfiling(cpuProfile, memProfile string) { |
