Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
3e314230
Commit
3e314230
authored
May 10, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in log.
parent
bd6ae0f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/presence_tester.c
tester/presence_tester.c
+1
-1
No files found.
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