diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 23:18:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 23:18:03 -0600 |
| commit | 0a49db74f4a5becf63ad3e1a416b77ff03b269e7 (patch) | |
| tree | ad4bdf7b503173aecce590ed6653c7810eb83a10 /http.go | |
| parent | d183dffab49a11a83ce7063b61d7d9f4773e77c5 (diff) | |
move stuff to gitpbv0.22.21
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } else { log.Info("IsPrivate() == false") } - if ok, compiled, err := me.current.Status.IsProtobuf(); ok { + if ok, compiled, err := me.current.IsProtobuf(); ok { log.Info(log.Sprint("IsProtobuf() == true compiled protobuf files = ", compiled)) if err != nil { log.Info(log.Sprint("IsProtobuf() == err", err)) |
