mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Clarify GUI stuff (fixes #2819)
This commit is contained in:
parent
a8ffde6f21
commit
3b146eda0d
@ -267,8 +267,8 @@ func (s *apiService) Serve() {
|
|||||||
defer s.fss.Stop()
|
defer s.fss.Stop()
|
||||||
s.fss.ServeBackground()
|
s.fss.ServeBackground()
|
||||||
|
|
||||||
l.Infoln("API listening on", listener.Addr())
|
l.Infoln("GUI and API listening on", listener.Addr())
|
||||||
l.Infoln("GUI URL is", guiCfg.URL())
|
l.Infoln("Access the GUI via the following URL:", guiCfg.URL())
|
||||||
if s.started != nil {
|
if s.started != nil {
|
||||||
// only set when run by the tests
|
// only set when run by the tests
|
||||||
close(s.started)
|
close(s.started)
|
||||||
|
Loading…
Reference in New Issue
Block a user