* more logging for the noobs

This commit is contained in:
Reinhard Pointner 2014-12-17 02:32:06 +00:00
parent 400e5f5dcb
commit c1b7f92af1
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class ArgumentBean {
try {
file = file.getCanonicalFile();
} catch (Exception e) {
Logger.getLogger(getClass().getName()).log(Level.WARNING, e.getMessage());
Logger.getLogger(getClass().getName()).log(Level.WARNING, String.format("Illegal Argument: %s (%s)", e, argument));
}
if (resolveFolders && file.isDirectory()) {