mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-10 09:53:06 +00:00
fix: Use log.Info rather than fmt.Println
This commit is contained in:
parent
79bb101787
commit
dd7c9250ff
@ -280,7 +280,7 @@ func Execute(options Options) {
|
||||
ch := make(chan os.Signal, 1)
|
||||
signal.Notify(ch, syscall.SIGINT, syscall.SIGTERM)
|
||||
<-ch
|
||||
fmt.Println("\n\n\nReceived signal, shutting down...")
|
||||
log.Info("Received signal, shutting down...")
|
||||
|
||||
// shut the node down
|
||||
wakuNode.Stop()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user