mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-22 05:15:22 +02:00
Fix log
This commit is contained in:
parent
9a45572ce2
commit
110072a8d4
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user