Commit e4764dcc authored by szh's avatar szh

add err log

parent acf31e9e
......@@ -402,7 +402,7 @@ func EscrowPasswd(c *gin.Context){
})
if errs!=nil{
appG.Response(http.StatusOK,e.NODE_ERROR,nil)
tlog.Info("节点故障")
tlog.Info("节点故障",err)
return
}//覆盖原有密码
if !r.IsOk{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment