Suppress warnings for RubyMine's configurables

This commit is contained in:
Sergey Malenkov
2015-04-20 15:25:14 +03:00
parent 7b7f0f09d5
commit afd35dec27
@@ -193,7 +193,7 @@ public class ConfigurableWrapper implements SearchableConfigurable, Weighted {
if (configurable != null) {
String id = configurable.getId();
if (!loaded) {
LOG.warn("XML does not provide id for " + configurable.getClass());
LOG.debug("XML does not provide id for " + configurable.getClass());
}
return id;
}