Skip to content
Snippets Groups Projects
Commit 0a9bcdeb authored by capossele's avatar capossele
Browse files

:bone: gives a bone to the watchdog

parent 5f624afa
Branches
Tags
No related merge requests found
...@@ -64,7 +64,7 @@ func start(shutdownSignal <-chan struct{}) { ...@@ -64,7 +64,7 @@ func start(shutdownSignal <-chan struct{}) {
mgr.Start(srv) mgr.Start(srv)
defer mgr.Close() defer mgr.Close()
log.Infof("%s started: Address=%s/%s", PluginName, localAddr.String(), localAddr.Network()) log.Infof("%s started: Address=%s/%s", PluginName, localAddr.String(), localAddr.Network())
<-shutdownSignal <-shutdownSignal
log.Info("Stopping " + PluginName + " ...") log.Info("Stopping " + PluginName + " ...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment