parent
942999b7b4
commit
0686fd8e68
@ -49,7 +49,7 @@ public class SignalAccountFiles {
|
|||||||
public MultiAccountManager initMultiAccountManager() {
|
public MultiAccountManager initMultiAccountManager() {
|
||||||
final var managers = accountsStore.getAllAccounts().parallelStream().map(a -> {
|
final var managers = accountsStore.getAllAccounts().parallelStream().map(a -> {
|
||||||
try {
|
try {
|
||||||
return initManager(a.path());
|
return initManager(a.number(), a.path());
|
||||||
} catch (NotRegisteredException | IOException | AccountCheckException e) {
|
} catch (NotRegisteredException | IOException | AccountCheckException e) {
|
||||||
logger.warn("Ignoring {}: {} ({})", a.number(), e.getMessage(), e.getClass().getSimpleName());
|
logger.warn("Ignoring {}: {} ({})", a.number(), e.getMessage(), e.getClass().getSimpleName());
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user