Add FQDN log message

This commit is contained in:
samwiseg0 2018-12-19 07:43:42 -05:00
parent dd16ed4c04
commit d4c59cddb8

View file

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