summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 06:44:55 -0600
committerJeff Carr <[email protected]>2025-02-15 07:28:46 -0600
commit46e329f4190bb5b41b1ec5ecf89e319a626f8d63 (patch)
tree6d6b3e28fc76fb9b88e642075a1a4c59d72a448a /main.go
parentf6b9e6d86a07cbf02b5012e49b87513855846041 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index d349903..d7ec9c9 100644
--- a/main.go
+++ b/main.go
@@ -34,6 +34,7 @@ func main() {
me = new(stuff)
me.urlbase = "http://zookeeper.grid.wit.com:8080"
if argv.URL != "" {
+ log.Info("USING ARGV URL:", argv.URL)
me.urlbase = argv.URL
}