mirror of
https://github.com/openziti/zrok.git
synced 2025-01-10 16:08:20 +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:
|
||||
logrus.Info(eventJson)
|
||||
if err := b.snk.Handle(eventJson); err == nil {
|
||||
logrus.Info("-> %v", eventJson)
|
||||
logrus.Infof("-> %v", eventJson)
|
||||
} else {
|
||||
logrus.Error(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user