diff options
Diffstat (limited to 'doPatchsets.go')
| -rw-r--r-- | doPatchsets.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doPatchsets.go b/doPatchsets.go index 19e4815..67e81dc 100644 --- a/doPatchsets.go +++ b/doPatchsets.go @@ -54,7 +54,7 @@ func savePatchset(w http.ResponseWriter, msg []byte) error { log.Info("error =", err) return err } - log.Info("GOT patchset:", len(msg)) + log.Info("GOT patchset: m.Len() =", len(msg)) // fmt.Fprintln(w, "GOT patchset:", len(msg)) now := time.Now() // timestamp := now.Format("2022.07.18.190545") // 50yr shout out to K&R |
