Clarify GUI stuff (fixes #2819)

This commit is contained in:
Audrius Butkevicius 2016-03-06 22:04:12 +00:00
parent a8ffde6f21
commit 3b146eda0d

View File

@ -267,8 +267,8 @@ func (s *apiService) Serve() {
defer s.fss.Stop()
s.fss.ServeBackground()
l.Infoln("API listening on", listener.Addr())
l.Infoln("GUI URL is", guiCfg.URL())
l.Infoln("GUI and API listening on", listener.Addr())
l.Infoln("Access the GUI via the following URL:", guiCfg.URL())
if s.started != nil {
// only set when run by the tests
close(s.started)