feat(cmd/tusd): Print the base path (#50)

Print the base path on start
This commit is contained in:
Rio Kierkels 2016-06-29 16:29:16 +02:00 committed by Marius
parent 2f436ab7e3
commit a490dc01de
1 changed files with 2 additions and 0 deletions

View File

@ -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() {