From a490dc01dec88ab535302add923964c19e2c92b3 Mon Sep 17 00:00:00 2001 From: Rio Kierkels Date: Wed, 29 Jun 2016 16:29:16 +0200 Subject: [PATCH] feat(cmd/tusd): Print the base path (#50) Print the base path on start --- cmd/tusd/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/tusd/main.go b/cmd/tusd/main.go index 211ec44..5f67f64 100644 --- a/cmd/tusd/main.go +++ b/cmd/tusd/main.go @@ -157,6 +157,8 @@ func main() { address := httpHost + ":" + httpPort stdout.Printf("Using %s as address to listen.\n", address) + stdout.Printf("Using %s as the base path.\n", basepath) + stdout.Printf(composer.Capabilities()) go func() {