Update log message to reflect changes

This commit is contained in:
samwiseg0 2018-12-21 23:29:01 -04:00
parent 9424a5ee95
commit 38c0213ead

View file

@ -83,7 +83,7 @@ class INIParser(object):
url_check)
exit(1)
else:
self.logger.error('%s is invalid! URL must FQDN host/IP. ie. localhost', url_check)
self.logger.error('%s is invalid! URL must host/IP. ie. localhost', url_check)
exit(1)
else:
self.logger.debug('%s is a valid URL in the config.', url_check)