fix chan
This commit is contained in:
parent
ae46c0b0c7
commit
048c5de8ce
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ func runOutput(input chan types.Event, overflow chan types.Event, holders []leak
|
||||||
LOOP:
|
LOOP:
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-bucketsTomb.Dying():
|
case <-outputsTomb.Dying():
|
||||||
log.Infof("Flushing outputs")
|
log.Infof("Flushing outputs")
|
||||||
output.FlushAll()
|
output.FlushAll()
|
||||||
log.Infof("Shuting down output routines")
|
log.Infof("Shuting down output routines")
|
||||||
|
|
Loading…
Add table
Reference in a new issue