From 644abdb177331107696b2caf3f0de8ac76a74702 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 20 Oct 2020 18:12:36 +0100 Subject: Improve logging by using Println, which ensures there is a space between arguments, even if all are strings --- cmd/booktopipeline/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/booktopipeline') diff --git a/cmd/booktopipeline/main.go b/cmd/booktopipeline/main.go index 62e4132..60d1f81 100644 --- a/cmd/booktopipeline/main.go +++ b/cmd/booktopipeline/main.go @@ -184,5 +184,5 @@ func main() { qname = "wipeonly" } - fmt.Println("Uploaded book to %s queue", qname) + fmt.Println("Uploaded book to queue", qname) } -- cgit v1.2.1-24-ge1ad