less scary message

This commit is contained in:
2024-04-14 16:36:15 +02:00
parent 89da5678dc
commit 31dbba4d40

View File

@@ -48,6 +48,6 @@ func HostRoutes(botID string) {
}
logrus.Info("Starting server for html routes on :443...")
if err := server.ListenAndServeTLS("./web/cert.pem", "./web/key.pem"); err != nil {
logrus.Warnf("Error starting server: %v\n", err)
logrus.Warnf("Couldn't start server for html routes: %v\n", err)
}
}