misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-07 13:58:34 +02:00
parent a33c463ffb
commit 589c9f57f5
Failed to generate hash of commit

View file

@ -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 {