mirror of
https://github.com/openziti/zrok.git
synced 2025-01-11 00:18:43 +01:00
lint (#270)
This commit is contained in:
parent
182c7bc510
commit
b420211c8d
@ -54,7 +54,7 @@ func (b *Bridge) Start() (join chan struct{}, err error) {
|
|||||||
case eventJson := <-b.events:
|
case eventJson := <-b.events:
|
||||||
logrus.Info(eventJson)
|
logrus.Info(eventJson)
|
||||||
if err := b.snk.Handle(eventJson); err == nil {
|
if err := b.snk.Handle(eventJson); err == nil {
|
||||||
logrus.Info("-> %v", eventJson)
|
logrus.Infof("-> %v", eventJson)
|
||||||
} else {
|
} else {
|
||||||
logrus.Error(err)
|
logrus.Error(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user