new: printing a big warning if the terminal does not support colors

This commit is contained in:
evilsocket 2018-02-08 07:45:03 +01:00
commit c1280107fb
2 changed files with 4 additions and 1 deletions

View file

@ -208,7 +208,6 @@ func (s *Session) Start() error {
s.Env.Set("iface.mac", s.Interface.HwAddress)
if s.Queue, err = packets.NewQueue(s.Interface); err != nil {
fmt.Printf("iface = '%s'\n", s.Interface.Name())
return err
}