From 74f339e0436aec12386829a9118d59bd6b534ac0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 6 Jul 2020 11:33:33 -0400 Subject: [PATCH] cmd: replace Printf with a logging statement Signed-off-by: Alfredo Deza --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b5acd90a4..a98ef22f6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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: