Fix module shutdown and logging integration

This commit is contained in:
Daniel 2018-09-27 15:57:19 +02:00
parent 45e187f883
commit d3dcee7075
4 changed files with 26 additions and 20 deletions

View file

@ -79,7 +79,7 @@ func TestOrdering(t *testing.T) {
func resetModules() {
for _, module := range modules {
module.Active.UnSet()
module.starting = false
module.inTransition = false
}
}