From 13bacf87c9fbc177011c2326a59faf691da7da1e Mon Sep 17 00:00:00 2001 From: Simon Morlat <simon.morlat@linphone.org> Date: Thu, 27 Nov 2014 10:18:37 +0100 Subject: [PATCH] fix compilation warning update ms2 --- coreapi/message_storage.c | 2 +- mediastreamer2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/message_storage.c b/coreapi/message_storage.c index 66d49a3db6..2684ba0b53 100644 --- a/coreapi/message_storage.c +++ b/coreapi/message_storage.c @@ -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_debug("%s(): completed in %i ms",__FUNCTION__, (int)(end-begin)); + ms_message("%s(): completed in %i ms",__FUNCTION__, (int)(end-begin)); ms_free(buf); ret=cr->messages_hist; cr->messages_hist=NULL; diff --git a/mediastreamer2 b/mediastreamer2 index f0cfb2641d..042feb9096 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit f0cfb2641de9554db29bc6266579d9d4661e339a +Subproject commit 042feb9096af9fbe1a45e8c76b4121d738329e1e -- GitLab