sync up error message style for XSD schema import & include

This commit is contained in:
Jurko Gospodnetić 2015-07-01 10:41:21 +02:00
parent 9cd766d2a9
commit f0cc96b945
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ class Import(SchemaObject):
root.set("url", url)
return self.schema.instance(root, url, options)
except TransportError:
msg = "imported schema (%s) at (%s), failed" % (self.ns[1], url)
msg = "import schema (%s) at (%s), failed" % (self.ns[1], url)
log.error("%s, %s", self.id, msg, exc_info=True)
raise Exception(msg)