mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
configd: suppress idna warnings, we already know the contributed idna patches where a bad idea (https://github.com/opnsense/core/pull/2327, https://github.com/opnsense/core/pull/3107)
since this is only a warning that it will unmodified content, we may as well silence the message. closes https://github.com/opnsense/core/issues/4086
This commit is contained in:
parent
c44bb60a01
commit
708afdfb96
@ -72,7 +72,6 @@ class Template(object):
|
||||
return tmp.decode()
|
||||
except UnicodeError:
|
||||
# return source when unable to decode
|
||||
syslog.syslog(syslog.LOG_NOTICE, "encode idna: unable to decode %s, return source" % x)
|
||||
return x
|
||||
|
||||
def list_module(self, module_name):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user