mirror of
https://github.com/go-gitea/gitea
synced 2025-07-27 04:38:36 +00:00
Fix log
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
func grpcHandler(h http.Handler) http.HandlerFunc {
|
func grpcHandler(h http.Handler) http.HandlerFunc {
|
||||||
return func(w http.ResponseWriter, r *http.Request) {
|
return func(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Trace("protocol version:", r.Proto)
|
log.Trace("protocol version: %v", r.Proto)
|
||||||
h.ServeHTTP(w, r)
|
h.ServeHTTP(w, r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user