HHH-8509 malformed LOG.tracef()
This commit is contained in:
parent
4e3d17c0d4
commit
ceead77b62
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue