diff --git a/modules/user/module.go b/modules/user/module.go index e910a920a..0acbea02a 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -235,7 +235,7 @@ func (this *User) QueryAttributeValue(uid string, attr string) (value int64) { func (this *User) change(session comm.IUserSession, attr string, add int32) (change *pb.UserResChangedPush, code pb.ErrorCode) { if add == 0 { - log.Error("attr no changed", log.Fields{"uid": session.GetUserId(), "attr": attr, "add": add}) + log.Warn("attr no changed", log.Fields{"uid": session.GetUserId(), "attr": attr, "add": add}) // code = pb.ErrorCode_ReqParameterError return }