Log site info output at start. Fix for #1205 (#1210)

* Log Site start to -log. Fix for #1205

* Removed Comment
This commit is contained in:
Toby Allen 2016-10-25 16:31:21 +01:00 committed by Matt Holt
parent f3108bb7bf
commit c4d64a418b

View file

@ -363,6 +363,7 @@ func (s *Server) OnStartupComplete() {
output += " (only accessible on this machine)"
}
fmt.Println(output)
log.Println(output)
}
}