]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
acl: Fix/improve acl_del_entry log message.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 3 Jan 2018 13:12:00 +0000 (14:12 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Mar 2018 02:28:10 +0000 (03:28 +0100)
The given address/netmask can match any number of entries. Currently
we log one message per removed address but all messages contain the
address/netmask to match rather than the removed one that was stored
in the acl.

This patch changes acl_del_entry() to log both, with different
severities.


No differences found