mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fixed dump mistake...
This commit is contained in:
parent
5a7d0a0773
commit
9cfd1404ef
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ void linphone_carddav_put_vcard(LinphoneCardDavContext *cdc, LinphoneFriend *lf)
|
|||
ms_free(url);
|
||||
} else {
|
||||
const char *msg = "vCard doesn't have an URL, and friendlist doesn't have a CardDAV server set either, can't push it";
|
||||
ms_warning(msg);
|
||||
ms_warning("%s", msg);
|
||||
if (cdc && cdc->sync_done_cb) {
|
||||
cdc->sync_done_cb(cdc, FALSE, msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue