pepness commented on a change in pull request #2491:
URL: https://github.com/apache/netbeans/pull/2491#discussion_r562772066
##########
File path:
enterprise/j2ee.earproject/src/org/netbeans/modules/j2ee/earproject/ProjectEar.java
##########
@@ -885,7 +924,7 @@ public void artifactsUpdated(Iterable<Artifact> artifacts) {
try {
FileUtil.createData(destFile);
} catch (IOException ex) {
- LOGGER.log(Level.INFO, "Could not prepare data file",
ex);
+ LOGGER.log(Level.INFO, "Could not prepare data file
{0}", ex);
Review comment:
Fixed it. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists