Commit 3aedb726 authored by hujiebin's avatar hujiebin

Update group_power_grade.go

parent 8062f880
...@@ -16,7 +16,7 @@ func GroupPowerGradeExp() { ...@@ -16,7 +16,7 @@ func GroupPowerGradeExp() {
}); err != nil { }); err != nil {
model.Log.Errorf("IncrGroupPowerExp fail,data:%v-err:%v", data, err) model.Log.Errorf("IncrGroupPowerExp fail,data:%v-err:%v", data, err)
} else { } else {
model.Log.Errorf("IncrGroupPowerExp success,data:%v", data) model.Log.Infof("IncrGroupPowerExp success,data:%v", data)
} }
} }
} }
......
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