Minor update

This commit is contained in:
TwinProduction
2021-03-03 22:31:55 -05:00
parent f961bf961e
commit c094c06e56
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ func main() {
signal.Notify(sig, os.Interrupt, syscall.SIGTERM)
go func() {
<-sig
log.Println("Received interruption signal, attempting to gracefully shut down")
log.Println("Received termination signal, attempting to gracefully shut down")
controller.Shutdown()
err := storage.Get().Save()
if err != nil {