connmark: Fix wrong plugin name in log message

Closes strongswan/strongswan#1244
This commit is contained in:
Noel Kuntze
2022-08-26 17:00:18 +02:00
committed by Tobias Brunner
parent 057b3806aa
commit dbe3de7bb9
@@ -388,7 +388,7 @@ static bool commit_handle(struct iptc_handle *ipth)
{ {
return TRUE; return TRUE;
} }
DBG1(DBG_CFG, "forecast iptables commit failed: %s", iptc_strerror(errno)); DBG1(DBG_CFG, "connmark iptables commit failed: %s", iptc_strerror(errno));
return FALSE; return FALSE;
} }