Merge pull request #3837 from navist2020/modify/Error_log_info

modify Error log info
This commit is contained in:
Jeff Regan
2021-04-23 08:01:19 -07:00
committed by GitHub

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