Skip to content

Commit 935a6dd

Browse files
author
smiletan
authored
Merge pull request #422 from ztonny/master
[bug] fix issue #421
2 parents 2d4b299 + 3ce1faf commit 935a6dd

File tree

1 file changed

+1
-1
lines changed
  • pkg/controller/sub_controller/disaggregated_cluster/computegroups

1 file changed

+1
-1
lines changed

pkg/controller/sub_controller/disaggregated_cluster/computegroups/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (dcgs *DisaggregatedComputeGroupsController) Sync(ctx context.Context, obj
9292
dcgs.K8srecorder.Event(ddc, string(event.Type), string(event.Reason), event.Message)
9393
}
9494
errs = append(errs, err)
95-
klog.Errorf("disaggregatedComputeGroupsController computeGroups sync failed, compute group Uniqueid %s sync failed, err=%s", cgs[i].UniqueId, sc.EventString(event))
95+
klog.Errorf("disaggregatedComputeGroupsController computeGroups sync failed, compute group Uniqueid %s sync failed, err=%s", cgs[i].UniqueId, err.Error())
9696
}
9797
}
9898

0 commit comments

Comments
 (0)