~edwargix/git.sr.ht

dc0be99a402c8ac16809bda9813e7502f4e85240 — Drew DeVault 4 years ago 7dfff7e
gitsrht-keys: style
1 files changed, 1 insertions(+), 2 deletions(-)

M gitsrht-keys/main.go
M gitsrht-keys/main.go => gitsrht-keys/main.go +1 -2
@@ 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)