Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3e314230
Commit
3e314230
authored
May 10, 2016
by
Ghislain MARY
Browse files
Fix typo in log.
parent
bd6ae0f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/presence_tester.c
View file @
3e314230
...
...
@@ -61,7 +61,7 @@ void notify_presence_received(LinphoneCore *lc, LinphoneFriend * lf) {
}
else
if
(
linphone_presence_model_get_basic_status
(
counters
->
last_received_presence
)
==
LinphonePresenceBasicStatusClosed
)
{
counters
->
number_of_LinphonePresenceBasicStatusClosed
++
;
}
else
{
ms_error
(
"
u
nexpeted basi
o
c status [%i]"
,
linphone_presence_model_get_basic_status
(
counters
->
last_received_presence
));
ms_error
(
"
U
nexpe
c
ted basic status [%i]"
,
linphone_presence_model_get_basic_status
(
counters
->
last_received_presence
));
}
for
(
i
=
0
;
i
<
linphone_presence_model_get_nb_activities
(
counters
->
last_received_presence
);
i
++
)
{
LinphonePresenceActivity
*
activity
=
linphone_presence_model_get_nth_activity
(
counters
->
last_received_presence
,
i
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment