change the message after running cron

This commit is contained in:
Dawid Wysokiński 2021-05-06 14:45:34 +02:00
parent 5d195d4e1e
commit 19b3c28ff9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func main() {
logrus.Fatal(err)
}
logrus.Info("Cron is running!")
logrus.Info("Cron is up and running!")
channel := make(chan os.Signal, 1)
signal.Notify(channel, os.Interrupt, os.Kill, syscall.SIGTERM, syscall.SIGINT)