mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 04:45:02 +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 {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user