Skip to content

Commit

Permalink
Merge pull request #1312 from pigletfly/fix-log
Browse files Browse the repository at this point in the history
Fix log in detector
  • Loading branch information
karmada-bot authored Jan 26, 2022
2 parents 85554ff + 314e137 commit 346c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detector/detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func (d *ResourceDetector) LookForMatchedClusterPolicy(object *unstructured.Unst
return nil, err
}
if len(policyObjects) == 0 {
klog.V(2).Infof("no propagationpolicy find.")
klog.V(2).Infof("no clusterpropagationpolicy find.")
return nil, nil
}

Expand Down

0 comments on commit 346c025

Please sign in to comment.