mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
peer discovery: add id in log
Change-Id: I9409c24fa51ba2dc000861f78a70e3843e50b810
This commit is contained in:

committed by
Sébastien Blin

parent
6c91fa7b60
commit
0552492e01
@ -2605,7 +2605,7 @@ JamiAccount::startAccountDiscovery()
|
||||
dp.cleanupTask->cancel();
|
||||
} else {
|
||||
//Avoid Repeat Reception of Same peer
|
||||
JAMI_INFO("Account discovered: %s", v.displayName.c_str());
|
||||
JAMI_INFO("Account discovered: %s: %s", v.displayName.c_str(), v.accountId.to_c_str());
|
||||
//Send Added Peer and corrsponding accoundID
|
||||
emitSignal<DRing::PresenceSignal::NearbyPeerNotification>(getAccountID(), v.accountId.toString(), 0, v.displayName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user