HHH-8509 malformed LOG.tracef()

This commit is contained in:
Brett Meyer 2013-10-08 12:44:27 -04:00
parent 4e3d17c0d4
commit ceead77b62
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class PersistenceXmlParser {
}
private List<ParsedPersistenceXmlDescriptor> parsePersistenceXml(URL xmlUrl, Map integration) {
LOG.tracef( "Attempting to parse persistence.xml file : %s" + xmlUrl.toExternalForm() );
LOG.tracef( "Attempting to parse persistence.xml file : %s", xmlUrl.toExternalForm() );
final Document doc = loadUrl( xmlUrl );
final Element top = doc.getDocumentElement();