--- embedaddon/dnsmasq/src/tables.c 2021/03/17 00:56:46 1.1.1.2 +++ embedaddon/dnsmasq/src/tables.c 2023/09/27 11:02:07 1.1.1.3 @@ -98,7 +98,7 @@ int add_to_ipset(const char *setname, const union all_ io.pfrio_size = 1; if (ioctl(dev, DIOCRADDTABLES, &io)) { - my_syslog(LOG_WARNING, _("IPset: error:%s"), pfr_strerror(errno)); + my_syslog(LOG_WARNING, _("IPset: error: %s"), pfr_strerror(errno)); return -1; }