mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-18 16:37:01 +08:00
update from registry
This commit is contained in:
parent
eb0bc0ce65
commit
486aecdc41
433 changed files with 31 additions and 452 deletions
|
@ -101,7 +101,7 @@ class SchemaDOM:
|
|||
|
||||
for k, v, l in f.dom:
|
||||
if k.startswith("x-"):
|
||||
log.debug("%s Line %d: Key [%s] is user defined." % (f.src, l, k))
|
||||
log.info("%s Line %d: Key [%s] is user defined." % (f.src, l, k))
|
||||
|
||||
elif k not in self.schema:
|
||||
log.error("%s Line %d: Key [%s] not in schema." % (f.src, l, k))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue