Merge pull request #1950 from chaunceyjiang/cleanup

fix log
This commit is contained in:
karmada-bot 2022-06-02 18:57:52 +08:00 committed by GitHub
commit be3422e685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ func (d *ResourceDetector) LookForMatchedClusterPolicy(object *unstructured.Unst
}
if matchedClusterPolicy == nil {
klog.V(2).Infof("no propagationpolicy match for resource(%s)", objectKey)
klog.V(2).Infof("no clusterpropagationpolicy match for resource(%s)", objectKey)
return nil, nil
}
klog.V(2).Infof("Matched cluster policy(%s) for resource(%s)", matchedClusterPolicy.Name, objectKey)