mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-11 19:43:58 +01:00
Fix a failed return in an error case (#445)
This commit is contained in:
parent
7859140711
commit
a1ee521d79
@ -369,7 +369,7 @@ func (lh *LightHouse) SendUpdate(f EncWriter) {
|
||||
out := make([]byte, mtu)
|
||||
|
||||
mm, err := proto.Marshal(m)
|
||||
if err != nil && lh.l.Level >= logrus.DebugLevel {
|
||||
if err != nil {
|
||||
lh.l.WithError(err).Error("Error while marshaling for lighthouse update")
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user