This commit is contained in:
Thibault bui Koechlin 2020-06-17 19:27:03 +02:00
parent cb038225e0
commit 5ae680f447

View file

@ -20,7 +20,8 @@ LOOP:
//bucket is now ready
select {
case <-bucketsTomb.Dying():
log.Infof("Exiting Bucketify")
log.Infof("Exiting pour routine")
break LOOP
case parsed := <-input:
count++