exit from initSighupWatcher child goroutine

also, remove excessive log message

Refs #2072
This commit is contained in:
Anton Kaliaev
2018-08-02 16:42:25 +04:00
parent 4c5a143a70
commit 8ed99c2c13
2 changed files with 9 additions and 4 deletions

View File

@@ -496,7 +496,6 @@ out:
}
saveFileTicker.Stop()
a.saveToFile(a.filePath)
a.Logger.Info("Address handler done")
}
//----------------------------------------------------------