fix restore log statement

Signed-off-by: Steve Kriss <steve@heptio.com>
pull/147/head
Steve Kriss 2017-10-20 11:17:49 -07:00
parent 0729872797
commit e460199536
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func prioritizeResources(helper discovery.Helper, priorities []string, includedR
gr := groupVersion.WithResource(resource.Name).GroupResource()
if !includedResources.ShouldInclude(gr.String()) {
logger.WithField("groupResource", gr).Info("Not including resource")
logger.WithField("groupResource", gr.String()).Debug("Not including resource")
continue
}