Remove TODO comment

This commit is contained in:
Alan Bernstein 2017-06-27 21:44:17 -05:00
parent 271dd5a63b
commit 374dfd1fa0

View file

@ -92,7 +92,7 @@ func (h *Holder) Open() error {
continue
}
h.logger().Printf("opening index: %s", filepath.Base(fi.Name())) // TODO h.LogOutput not set until server.go:Server.Open()
h.logger().Printf("opening index: %s", filepath.Base(fi.Name()))
index, err := h.newIndex(h.IndexPath(filepath.Base(fi.Name())), filepath.Base(fi.Name()))
if err == ErrName {