refactor: debug info.

This commit is contained in:
Gordon 2024-04-19 10:19:55 +08:00
parent 934214718f
commit 3c280d49b3

View File

@ -268,7 +268,7 @@ func (s *groupServer) webhookBeforeSetGroupInfo(ctx context.Context, before *con
if req.GroupInfoForSet.Ex != nil {
cbReq.Ex = req.GroupInfoForSet.Ex.Value
}
log.ZDebug(ctx, "debug CallbackBeforeSetGroupInfo", cbReq.Ex)
log.ZDebug(ctx, "debug CallbackBeforeSetGroupInfo", "ex", cbReq.Ex)
if req.GroupInfoForSet.NeedVerification != nil {
cbReq.NeedVerification = req.GroupInfoForSet.NeedVerification.Value
}