From 38c0213ead087a6daa5cb529229f4d4a1726e24c Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Fri, 21 Dec 2018 23:29:01 -0400 Subject: [PATCH] Update log message to reflect changes --- varken/iniparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varken/iniparser.py b/varken/iniparser.py index 8d44464..f2a5370 100644 --- a/varken/iniparser.py +++ b/varken/iniparser.py @@ -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)