ipn/ipnlocal: fix peerapi printf arg mismatch

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2021-04-12 15:58:42 -07:00
parent a08d978476
commit b91f3c4191

View File

@ -477,7 +477,7 @@ func (h *peerAPIHandler) put(w http.ResponseWriter, r *http.Request) {
}
}
h.logf("put of %s from %v/%v", baseName, approxSize(finalSize), h.remoteAddr.IP, h.peerNode.ComputedName)
h.logf("put of %s from %v/%v", approxSize(finalSize), h.remoteAddr.IP, h.peerNode.ComputedName)
// TODO: set modtime
// TODO: some real response