Update pkg/configbuilder/buildconfigfile.go

Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
Roberto Rodriguez Alcala 2020-01-25 10:07:13 -08:00 committed by GitHub
parent 069e74a27f
commit 99c57b6d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func BuildConfigYaml(options interface{}) ([]byte, error) {
return nil
}
if tag == "-" {
klog.V(4).Infof("skipping field with %q flag tag: %s", tag, path)
klog.V(4).Infof("skipping field with %q configfile tag: %s", tag, path)
return reflectutils.SkipReflection
}