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
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ func start(shutdownSignal <-chan struct{}) {
mgr.Start(srv)
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
log.Info("Stopping " + PluginName + " ...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment