summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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
}