]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
connmark: Fix wrong plugin name in log message
authorNoel Kuntze <noel.kuntze@thermi.consulting>
Sat, 20 Aug 2022 23:08:28 +0000 (01:08 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 26 Aug 2022 15:00:18 +0000 (17:00 +0200)
Closes strongswan/strongswan#1244

src/libcharon/plugins/connmark/connmark_listener.c

index 702fc33e5b995f1b169ebaa5f9ffc9a4a9fbcf01..48731af611d8d9540cafd7c8ee049aab4cf3819c 100644 (file)
@@ -388,7 +388,7 @@ static bool commit_handle(struct iptc_handle *ipth)
        {
                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;
 }