mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
more debug messages
This commit is contained in:
parent
49c21a522f
commit
26a3bc1481
2 changed files with 14 additions and 4 deletions
|
@ -93,7 +93,7 @@ public class ProvisioningManager {
|
|||
NewDeviceRegistrationReturn ret = null;
|
||||
String number = null;
|
||||
try {
|
||||
logger.info("Waiting for link request from new device ...");
|
||||
logger.info("Waiting for addDevice request from new device ...");
|
||||
ret = accountManager.getNewDeviceRegistration(tempIdentityKey);
|
||||
number = ret.getNumber();
|
||||
logger.info("Received link information from {}, linking in progress ...", number);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue