log error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Evan Reichard 2025-09-22 23:09:41 -04:00
parent 2e73689762
commit 201a66697a

View File

@ -100,6 +100,7 @@ func (s *Server) getInfo(w http.ResponseWriter, _ *http.Request) {
}, "", " ")
if err != nil {
w.WriteHeader(http.StatusInternalServerError)
log.WithError(err).Error("failed to marshal info")
return
}