From: Andre Noll Date: Wed, 3 Jan 2018 13:12:00 +0000 (+0100) Subject: acl: Fix/improve acl_del_entry log message. X-Git-Tag: v0.6.2~4^2~28 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7c19c1eab09b846325f20f49cf4d305e46917b83;hp=7c19c1eab09b846325f20f49cf4d305e46917b83 acl: Fix/improve acl_del_entry log message. 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. ---