Skip to content

Commit

Permalink
Change Debug to be Debugf to use format character (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri authored Feb 7, 2019
1 parent 882232c commit 39b53b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registries/adapters/quay_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func (r QuayAdapter) RegistryName() string {
// GetImageNames - retrieve the images
func (r QuayAdapter) GetImageNames() ([]string, error) {
log.Debug("QuayAdapter::GetImages")
log.Debug("BundleSpecLabel: %s", BundleSpecLabel)
log.Debug("Loading image list for quay.io Org: [ %v ]", r.config.Org)
log.Debugf("BundleSpecLabel: %s", BundleSpecLabel)
log.Debugf("Loading image list for quay.io Org: [ %v ]", r.config.Org)

var imageList []string

Expand Down

0 comments on commit 39b53b8

Please sign in to comment.