Added additional makefile commands.

This commit is contained in:
mikestefanello 2021-12-11 14:00:10 -05:00
parent 527721486a
commit 3a9f0d1879
2 changed files with 11 additions and 2 deletions

View file

@ -40,7 +40,7 @@ func main() {
}
if err := c.Web.StartServer(&srv); err != http.ErrServerClosed {
c.Web.Logger.Fatal("shutting down the server")
c.Web.Logger.Fatalf("shutting down the server: v", err)
}
}()