mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 00:19:25 +00:00
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:
parent
76552a11fd
commit
bb50bc3caf
@ -1863,7 +1863,7 @@ public class MetaDataRepository implements PCRegistry.RegisterClassListener, Con
|
||||
_metamodel.put(entity, m2cls);
|
||||
return m2cls;
|
||||
} catch (Throwable t) {
|
||||
if (_log.isWarnEnabled())
|
||||
if (_log.isInfoEnabled())
|
||||
_log.warn(_loc.get("meta-no-model", m2, entity, t));
|
||||
}
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user