0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 18:18:35 +02:00

newconf: change an error to a warning

This commit is contained in:
Elizabeth Myers 2016-03-28 17:45:35 -05:00
parent e196add31a
commit 3fe0efd55a

View file

@ -1881,7 +1881,7 @@ conf_set_blacklist_type(void *data)
/* If we have neither, just default to IPv4 */
if (!yy_blacklist_iptype)
{
conf_report_error("blacklist::type has neither IPv4 nor IPv6 (defaulting to IPv4)");
conf_report_warning("blacklist::type has neither IPv4 nor IPv6 (defaulting to IPv4)");
yy_blacklist_iptype = IPTYPE_IPV4;
}
}