修改gview调试信息

This commit is contained in:
John
2018-11-10 12:35:27 +08:00
parent 99f8aafc94
commit 2e5ad622b5

View File

@ -118,7 +118,7 @@ func (view *View) AddPath(path string) error {
glog.Error("gview.AddPath failed:", err.Error())
return err
} else {
glog.Debug("gview.SetPath:", rp)
glog.Debug("gview.AddPath:", rp)
}
return nil
}