mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Fix enabled Web UI url log
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
ecd8e3fa10
commit
484abe9cdb
1 changed files with 1 additions and 3 deletions
|
|
@ -502,9 +502,7 @@ type statikHandler struct {
|
|||
func newStatikHandler(h *Handler) statikHandler {
|
||||
fs, err := h.fileSystem.New()
|
||||
if err == nil {
|
||||
// TODO: we need to change the way this works because we don't have a node yet.
|
||||
//h.logger.Printf("enabled Web UI (%s) at %s", h.api.LatticeVersion(), h.api.Node().URI)
|
||||
h.logger.Printf("enabled Web UI (%s) at %s", h.api.LatticeVersion(), "TODO")
|
||||
h.logger.Printf("enabled Web UI (%s) at %s", h.api.LatticeVersion(), h.ln.Addr().String())
|
||||
}
|
||||
|
||||
return statikHandler{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue