summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-17 13:37:29 -0500
committerJeff Carr <[email protected]>2025-08-17 22:55:35 -0500
commit80fa693ba408c4f4f62d78a66779788a9965e9f5 (patch)
tree55509d73705ae4d1dfd055e9544ab53fefbb259a /http.go
parentdda562968896a6bd25134e49fb495b401a3986d1 (diff)
os.Exec() plugins to test if they will actually workv0.0.63v0.0.62v0.0.61
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 f0b5e07..7711300 100644
--- a/http.go
+++ b/http.go
@@ -75,7 +75,7 @@ func startHTTP() {
http.HandleFunc("/", okHandler)
p := fmt.Sprintf(":%d", argv.Port)
- log.Println("Running on port", p)
+ log.Println("zookeeper main startHTTP() Running on port", p)
err := http.ListenAndServe(p, nil)
if err != nil {