mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Use a debug message instead of message for timing measurements
This commit is contained in:
parent
06de47db2e
commit
e87403f324
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, i
|
|||
begin=ortp_get_cur_time_ms();
|
||||
linphone_sql_request_message(lc->db,buf,cr);
|
||||
end=ortp_get_cur_time_ms();
|
||||
ms_message("%s(): completed in %i ms",__FUNCTION__, (int)(end-begin));
|
||||
ms_debug("%s(): completed in %i ms",__FUNCTION__, (int)(end-begin));
|
||||
ms_free(buf);
|
||||
ret=cr->messages_hist;
|
||||
cr->messages_hist=NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue