forked from TuxCoding/FastLogin
Ops, printing exception directly
This commit is contained in:
@ -164,7 +164,6 @@ public class FastLoginVelocity implements PlatformPlugin<CommandSource> {
|
|||||||
proxyId = UUID.fromString(lines.get(0));
|
proxyId = UUID.fromString(lines.get(0));
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
|
||||||
logger.error("Unable to load proxy id from '{}'", idFile.toAbsolutePath());
|
logger.error("Unable to load proxy id from '{}'", idFile.toAbsolutePath());
|
||||||
logger.error("Detailed exception:", e);
|
logger.error("Detailed exception:", e);
|
||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
|
Reference in New Issue
Block a user