Reduce verbosity of missing canonical meta-classes.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1096937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2011-04-26 22:39:12 +00:00
parent 76552a11fd
commit bb50bc3caf

View File

@ -1863,7 +1863,7 @@ public class MetaDataRepository implements PCRegistry.RegisterClassListener, Con
_metamodel.put(entity, m2cls); _metamodel.put(entity, m2cls);
return m2cls; return m2cls;
} catch (Throwable t) { } catch (Throwable t) {
if (_log.isWarnEnabled()) if (_log.isInfoEnabled())
_log.warn(_loc.get("meta-no-model", m2, entity, t)); _log.warn(_loc.get("meta-no-model", m2, entity, t));
} }
return null; return null;