This commit is contained in:
JackDoan
2026-04-15 13:27:55 -05:00
parent 9dfa2a484c
commit e448eb1a8c
3 changed files with 4 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ func (f *Interface) listenOut(i int) {
})
if err != nil && !f.closed.Load() {
f.l.WithError(err).Error("Error while reading packet inbound packet, closing")
f.l.WithError(err).Error("Error while reading inbound packet, closing")
//TODO: Trigger Control to close
}