verbosity
This commit is contained in:
parent
ba8efda8e7
commit
c39d9015ba
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ LOOP:
|
||||||
case <-AcquisTomb.Dying(): //we are being killed by main
|
case <-AcquisTomb.Dying(): //we are being killed by main
|
||||||
clog.Infof("Killing acquistion routine")
|
clog.Infof("Killing acquistion routine")
|
||||||
if err := ctx.tail.Stop(); err != nil {
|
if err := ctx.tail.Stop(); err != nil {
|
||||||
clog.Warningf("error in stop : %s", err)
|
clog.Errorf("error in stop : %s", err)
|
||||||
}
|
}
|
||||||
break LOOP
|
break LOOP
|
||||||
case <-ctx.tail.Tomb.Dying(): //our tailer is dying
|
case <-ctx.tail.Tomb.Dying(): //our tailer is dying
|
||||||
|
|
Loading…
Add table
Reference in a new issue