Browse Source

verbosity

Thibault bui Koechlin 5 years ago
parent
commit
c39d9015ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/acquisition/file_reader.go

+ 1 - 1
pkg/acquisition/file_reader.go

@@ -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