summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authordavy wybiral <davy.wybiral@gmail.com>2019-07-03 16:46:59 -0500
committerGitHub <noreply@github.com>2019-07-03 16:46:59 -0500
commitd38a88be8e94873187c3b82e9b3827faa3875541 (patch)
treea50e298a413d813805617814e3a9b68e2b8ae77c /main.go
parent6b8d872d680d019827cc45881186cce3f83f764a (diff)
Tor (#12)
* added tor support * change text
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5719274..4249353 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ func main() {
log.Fatal(err)
}
addr := fmt.Sprintf("%s:%d", cfg.Server.Host, cfg.Server.Port)
- log.Printf("Serving at http://%s", addr)
+ log.Printf("Local server: http://%s", addr)
err = a.Run()
if err != nil {
log.Fatal(err)