summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index f59c3bb..3cd0b71 100644
--- a/http.go
+++ b/http.go
@@ -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))