From bf6f61cc690978bcad416ace8e8da2418602cbf3 Mon Sep 17 00:00:00 2001 From: Gabriel Jackson Date: Sun, 29 Jan 2017 12:13:57 -0800 Subject: Cleanup log messaging This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead. --- cmd/web_graceful.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web_graceful.go') diff --git a/cmd/web_graceful.go b/cmd/web_graceful.go index 488cd4036a..b0b3093b68 100644 --- a/cmd/web_graceful.go +++ b/cmd/web_graceful.go @@ -8,9 +8,9 @@ package cmd import ( "crypto/tls" - "log" "net/http" + "code.gitea.io/gitea/modules/log" "github.com/facebookgo/grace/gracehttp" ) -- cgit v1.2.3