Commit 148319c1 authored by Simon Luser's avatar Simon Luser
Browse files

small config update

parent ce548198
...@@ -383,7 +383,8 @@ public class DefaultConfigurator implements Configurator { ...@@ -383,7 +383,8 @@ public class DefaultConfigurator implements Configurator {
} }
} else { } else {
// component cannot be created and has not been registered // component cannot be created and has not been registered
Monitor.log(DefaultConfigurator.class, Level.WARN, if (!name.equals("Description"))
Monitor.log(DefaultConfigurator.class, Level.WARN,
"Skip element " + name); "Skip element " + name);
} }
return component; return component;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment