final TrustNewIdentity trustNewIdentity
) throws CommandException {
Manager manager;
+ logger.trace("Loading account file for {}", account);
try {
manager = Manager.init(account, dataPath, serviceEnvironment, BaseConfig.USER_AGENT, trustNewIdentity);
} catch (NotRegisteredException e) {
+ ")", e);
}
+ logger.trace("Checking account state");
try {
manager.checkAccountState();
} catch (IOException e) {