Update configuration/confparse.py log message to https

This commit is contained in:
Chris Mayo 2020-06-05 16:59:46 +01:00
parent 0191b021f4
commit eeb5fa48ca

View file

@ -248,9 +248,8 @@ class LCConfigParser(RawConfigParser):
log.warn( log.warn(
LOG_CHECK, LOG_CHECK,
_( _(
"See http://support.microsoft.com/kb/308419 for" "See %(url)s for more info on setting file permissions."
" more info on setting file permissions." ) % {"url": "https://support.microsoft.com/kb/308419"}
),
) )
def read_filtering_config(self): def read_filtering_config(self):