OPENJPA-860 fixing the last trace call. Patch originally provided by Janko Heilgeist

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@735137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-01-16 21:12:47 +00:00
parent a09954b754
commit 8c50f73fe4
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ public abstract class AbstractCFMetaDataFactory
(url));
List<String> newNames = Arrays.asList(clss);
if (log.isTraceEnabled())
log.trace(_loc.get("scan-found-names", clss, rsrc));
log.trace(_loc.get("scan-found-names", newNames, rsrc));
names.addAll(newNames);
mapPersistentTypeNames(url, clss);
}