mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-05 15:14:27 +01:00
Log information when link message from main device has been received
This commit is contained in:
@@ -95,6 +95,8 @@ public class ProvisioningManager {
|
||||
var ret = accountManager.getNewDeviceRegistration(tempIdentityKey);
|
||||
var number = ret.getNumber();
|
||||
|
||||
logger.info("Received link information from {}, linking in progress ...", number);
|
||||
|
||||
if (SignalAccount.userExists(pathConfig.getDataPath(), number)) {
|
||||
throw new UserAlreadyExists(number, SignalAccount.getFileName(pathConfig.getDataPath(), number));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user