Skip to content

Commit ceead77

Browse files
committed
HHH-8509 malformed LOG.tracef()
1 parent 4e3d17c commit ceead77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/PersistenceXmlParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public List<ParsedPersistenceXmlDescriptor> doResolve(Map integration) {
108108
}
109109

110110
private List<ParsedPersistenceXmlDescriptor> parsePersistenceXml(URL xmlUrl, Map integration) {
111-
LOG.tracef( "Attempting to parse persistence.xml file : %s" + xmlUrl.toExternalForm() );
111+
LOG.tracef( "Attempting to parse persistence.xml file : %s", xmlUrl.toExternalForm() );
112112

113113
final Document doc = loadUrl( xmlUrl );
114114
final Element top = doc.getDocumentElement();

0 commit comments

Comments
 (0)