rework logging code

This commit is contained in:
wish
2023-03-09 22:11:55 +11:00
parent dcab41a6c7
commit 0caf610d33
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ func (s *Server) Start() error {
// Shutdown exits the server gracefully.
func (s *Server) Shutdown() {
s.logger.Debug("Shutting down")
s.logger.Debug("Shutting down...")
s.Lock()
s.isShuttingDown = true