Fix: fix #1779, add check to prevent similar errors

This commit is contained in:
Pieter Vander Vennet 2024-02-12 14:14:25 +01:00
parent 94bc6ee31d
commit 417dc1633e
5 changed files with 33 additions and 11 deletions

View file

@ -1039,7 +1039,7 @@ class SetFullNodeDatabase extends DesugaringStep<LayerConfigJson> {
if (!needsSpecial) {
return json
}
context.info("Layer " + json.id + " needs the fullNodeDatabase")
context.debug("Layer " + json.id + " needs the fullNodeDatabase")
return { ...json, fullNodeDatabase: true }
}
}