mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Fix logs in vCard tester
This commit is contained in:
parent
ddaa567ee6
commit
cdd4adee54
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ static void linphone_vcard_import_a_lot_of_friends_test(void) {
|
|||
BC_ASSERT_EQUAL(bctbx_list_size(friends), 1000, int, "%i"); // Now that we accept Friends without a SIP URI, the result must be equal to 1000
|
||||
|
||||
elapsed = (double)(end - start);
|
||||
ms_error("Imported a thousand of vCards from file in %f seconds", (unsigned int)bctbx_list_size(friends), elapsed / CLOCKS_PER_SEC);
|
||||
ms_message("Imported a thousand of vCards from file in %f seconds", elapsed / CLOCKS_PER_SEC);
|
||||
|
||||
lfl = linphone_core_create_friend_list(manager->lc);
|
||||
infile = fopen(import_filepath, "rb");
|
||||
|
|
@ -99,7 +99,7 @@ static void linphone_vcard_import_a_lot_of_friends_test(void) {
|
|||
BC_ASSERT_EQUAL(bctbx_list_size(friends), 1000, int, "%i"); // Now that we accept Friends without a SIP URI, the result must be equal to 1000
|
||||
|
||||
elapsed = (double)(end - start);
|
||||
ms_error("Imported a thousand of vCards from buffer in %f seconds", (unsigned int)bctbx_list_size(friends), elapsed / CLOCKS_PER_SEC);
|
||||
ms_message("Imported a thousand of vCards from buffer in %f seconds", elapsed / CLOCKS_PER_SEC);
|
||||
|
||||
linphone_friend_list_unref(lfl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue