1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
This commit is contained in:
Reinhard Pointner 2014-01-21 19:08:55 +00:00
parent afe59c4117
commit 5c2de5c7b3
2 changed files with 2 additions and 3 deletions

View File

@ -128,8 +128,6 @@ public class ArgumentProcessor {
} catch (Throwable e) { } catch (Throwable e) {
if (e.getClass() == Exception.class) { if (e.getClass() == Exception.class) {
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e))); CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)));
} else if (e.getClass() == IllegalArgumentException.class) {
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), String.format("%s %s", getRootCauseMessage(e), args.getArray())));
} else { } else {
CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)), getRootCause(e)); CLILogger.log(Level.SEVERE, String.format("%s: %s", getRootCause(e).getClass().getSimpleName(), getRootCauseMessage(e)), getRootCause(e));
} }

View File

@ -74,6 +74,7 @@
^More$ ^More$
^Movie$ ^Movie$
^Movies$ ^Movies$
^Multimedia$
^Musique$ ^Musique$
^mynas$ ^mynas$
^new$ ^new$
@ -83,7 +84,6 @@
^private$ ^private$
^public$ ^public$
^pyload$ ^pyload$
^Multimedia$
^Qmultimedia$ ^Qmultimedia$
^queue$ ^queue$
^raid$ ^raid$
@ -102,6 +102,7 @@
^staging$ ^staging$
^Storage$ ^Storage$
^Stuff$ ^Stuff$
^sync$
^System$ ^System$
^tank$ ^tank$
^TBR$ ^TBR$