summaryrefslogtreecommitdiffstats
path: root/cmd/web_graceful.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web_graceful.go')
-rw-r--r--cmd/web_graceful.go2
1 files changed, 1 insertions, 1 deletions
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"
)