cmd: replace Printf with a logging statement

Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
Alfredo Deza 2020-07-06 11:33:33 -04:00 committed by Alfredo Deza
parent e040fc8930
commit 74f339e043

View File

@ -50,7 +50,7 @@ func startWorker(userInput string) <-chan error {
go func() {
defer close(errs)
protocol := imgbom.NewProtocol(userInput)
fmt.Printf("protocol: %+v", protocol)
log.Debugf("protocol: %+v", protocol)
switch protocol.Type {
case imgbom.DirProtocol: