METAGEN-92 Fixing wrong warning message
This commit is contained in:
parent
9a56f39bb2
commit
944ab85bf1
|
@ -146,7 +146,7 @@ public class XmlParser {
|
|||
}
|
||||
catch ( XmlParsingException e ) {
|
||||
context.logMessage(
|
||||
Diagnostic.Kind.WARNING, "Unable to parse persistence.xml: " + e.getMessage()
|
||||
Diagnostic.Kind.WARNING, "Unable to parse " + mappingFile + ": " + e.getMessage()
|
||||
);
|
||||
}
|
||||
if ( mapping != null ) {
|
||||
|
|
Loading…
Reference in New Issue