From: Tobias Brunner Date: Tue, 11 Oct 2016 13:10:16 +0000 (+0200) Subject: kernel-netlink: Fix spacing in log message when policy is unchanged X-Git-Tag: 5.5.2dr5~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6606393b8c359de0b23c019a8875f7fa484964a5;p=thirdparty%2Fstrongswan.git kernel-netlink: Fix spacing in log message when policy is unchanged --- diff --git a/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c b/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c index 1d5e3b2bd2..9e1dd1a38f 100644 --- a/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c +++ b/src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c @@ -2530,7 +2530,7 @@ METHOD(kernel_ipsec_t, add_policy, status_t, { /* we don't update the policy if the priority is lower than that of * the currently installed one */ policy_change_done(this, policy); - DBG2(DBG_KNL, "not updating policy %R === %R %N%s [priority %u," + DBG2(DBG_KNL, "not updating policy %R === %R %N%s [priority %u, " "refcount %d]", id->src_ts, id->dst_ts, policy_dir_names, id->dir, markstr, cur_priority, use_count); return SUCCESS;