log
This commit is contained in:
parent
cb038225e0
commit
5ae680f447
1 changed files with 2 additions and 1 deletions
|
@ -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++
|
||||
|
|
Loading…
Add table
Reference in a new issue