METAGEN-92 Fixing wrong warning message

This commit is contained in:
Hardy Ferentschik 2013-08-07 18:05:08 +02:00 committed by Strong Liu
parent 9a56f39bb2
commit 944ab85bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {