mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
easier logs
This commit is contained in:
parent
0bc8499bbb
commit
42ab9978e6
1 changed files with 2 additions and 4 deletions
|
|
@ -278,8 +278,7 @@ void RemoteConferenceEventHandler::unsubscribe () {
|
|||
void RemoteConferenceEventHandler::notifyReceived (const string &xmlBody) {
|
||||
L_D();
|
||||
|
||||
lInfo() << "NOTIFY received for conference: (remote=" << d->chatRoomId.getPeerAddress().asString() <<
|
||||
", local=" << d->chatRoomId.getLocalAddress().asString() << ").";
|
||||
lInfo() << "NOTIFY received for conference: " << d->chatRoomId;
|
||||
|
||||
d->simpleNotifyReceived(xmlBody);
|
||||
}
|
||||
|
|
@ -287,8 +286,7 @@ void RemoteConferenceEventHandler::notifyReceived (const string &xmlBody) {
|
|||
void RemoteConferenceEventHandler::multipartNotifyReceived (const string &xmlBody) {
|
||||
L_D();
|
||||
|
||||
lInfo() << "multipart NOTIFY received for conference: (remote=" << d->chatRoomId.getPeerAddress().asString() <<
|
||||
", local=" << d->chatRoomId.getLocalAddress().asString() << ").";
|
||||
lInfo() << "multipart NOTIFY received for conference: " << d->chatRoomId;
|
||||
|
||||
Content multipart;
|
||||
multipart.setBody(xmlBody);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue