diff --git a/EMBLmyGFF3/modules/qualifier.py b/EMBLmyGFF3/modules/qualifier.py index b64bf92..7d7b0e4 100755 --- a/EMBLmyGFF3/modules/qualifier.py +++ b/EMBLmyGFF3/modules/qualifier.py @@ -71,7 +71,7 @@ def _by_value_format(self, value): try: if self.value_format == "none": # no value taken if value: - logging.warn("Qualifier '%s' has value '%s', but %s qualifiers does not take a value" % (self.name, value, self.name)) + logging.info("Qualifier '%s' has value '%s', but none expected." % (self.name, value)) return "" elif self.value_format.startswith("\"\""): # Handle dbxref's self._load_legal_dbxref( LEGAL_DBXREF_FILE )