chore: more prompts

This commit is contained in:
mzz2017
2023-03-15 18:15:07 +08:00
parent 8451485064
commit c2d2b0d58f
3 changed files with 6 additions and 3 deletions

View File

@ -227,6 +227,7 @@ func newControlPlane(log *logrus.Logger, bpf interface{}, conf *config.Config) (
break
}
log.Infof("Bad status: %v (%v)", resp.Status, resp.StatusCode)
time.Sleep(5 * time.Second)
}
log.Infoln("Network online.")
}