From dc0be99a402c8ac16809bda9813e7502f4e85240 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 3 Sep 2020 10:12:29 -0400 Subject: [PATCH] gitsrht-keys: style --- gitsrht-keys/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitsrht-keys/main.go b/gitsrht-keys/main.go index 41ea3a1..0c1aea1 100644 --- a/gitsrht-keys/main.go +++ b/gitsrht-keys/main.go @@ -33,8 +33,7 @@ func main() { logf, err := os.OpenFile(logFile, os.O_WRONLY|os.O_CREATE|os.O_APPEND, 0644) if err != nil { - log.Printf("Warning: unable to open log file: %v "+ - "(using stderr instead)", err) + log.Printf("Warning: unable to open log file: %v (using stderr instead)", err) logger = log.New(os.Stderr, "", log.LstdFlags) } else { logger = log.New(logf, "", log.LstdFlags) -- 2.38.4