* more logging for the noobs
This commit is contained in:
parent
400e5f5dcb
commit
c1b7f92af1
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue