modify Error log info

This commit is contained in:
navist2020
2021-04-23 14:40:05 +08:00
parent 705c6ad5ce
commit 5d3dac04fa

View File

@@ -228,7 +228,7 @@ func demandOneMatch(
if len(r) > 1 {
return nil, fmt.Errorf("multiple matches for %s %s", s, id)
}
return nil, fmt.Errorf("no matches for %sId %s", s, id)
return nil, fmt.Errorf("no matches for %s %s", s, id)
}
// GroupedByCurrentNamespace implements ResMap.GroupByCurrentNamespace