Log information when link message from main device has been received
This commit is contained in:
parent
6cb867cbeb
commit
0bc2141245
@ -95,6 +95,8 @@ public class ProvisioningManager {
|
|||||||
var ret = accountManager.getNewDeviceRegistration(tempIdentityKey);
|
var ret = accountManager.getNewDeviceRegistration(tempIdentityKey);
|
||||||
var number = ret.getNumber();
|
var number = ret.getNumber();
|
||||||
|
|
||||||
|
logger.info("Received link information from {}, linking in progress ...", number);
|
||||||
|
|
||||||
if (SignalAccount.userExists(pathConfig.getDataPath(), number)) {
|
if (SignalAccount.userExists(pathConfig.getDataPath(), number)) {
|
||||||
throw new UserAlreadyExists(number, SignalAccount.getFileName(pathConfig.getDataPath(), number));
|
throw new UserAlreadyExists(number, SignalAccount.getFileName(pathConfig.getDataPath(), number));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user