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
d2155cd7
Commit
d2155cd7
authored
Dec 04, 2019
by
Sylvain Berfini
🐮
Browse files
Updated verbosity of vcard log causing a bit of pollution
parent
fe64a709
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/friend.c
coreapi/friend.c
+1
-1
No files found.
coreapi/friend.c
View file @
d2155cd7
...
...
@@ -1201,7 +1201,7 @@ bool_t linphone_friend_create_vcard(LinphoneFriend *fr, const char *name) {
linphone_vcard_set_full_name
(
vcard
,
name
);
linphone_friend_set_vcard
(
fr
,
vcard
);
linphone_vcard_unref
(
vcard
);
ms_
message
(
"VCard created for friend [%p]"
,
fr
);
ms_
debug
(
"VCard created for friend [%p]"
,
fr
);
return
TRUE
;
}
...
...
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