diff --git a/http.go b/http.go index 27d613a..4ad554c 100644 --- a/http.go +++ b/http.go @@ -151,7 +151,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } // dur := time.Since(gitAge) // log.Info(fmt.Sprintf("%-60s %s %s %s", repo.Name(), lastTag, shell.FormatDuration(dur), lastTag, tag.Name())) - log.Info(fmt.Sprintf("%s %d %s", repo.Name(), gitAge.Unix(), lastTag)) + fmt.Fprintf(w, "%s %d %s\n", repo.Name(), gitAge.Unix(), lastTag) /* for _, tag := range repo.Tags.ListAll() { log.Info(fmt.Sprintf("%-60s %s", "", tag.Name()))