mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a33c463ffb
commit
589c9f57f5
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ func onPacket(packet netfilter.NFPacket) {
|
|||
}
|
||||
|
||||
if ok {
|
||||
log.Important("%s new rule: %s if %s", pers, action, r.Operator)
|
||||
log.Important("%s new rule: %s if %s", pers, action, r.Operator.String())
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue