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
e87403f3
Commit
e87403f3
authored
Nov 26, 2014
by
Guillaume BIENKOWSKI
Browse files
Use a debug message instead of message for timing measurements
parent
06de47db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/message_storage.c
coreapi/message_storage.c
+1
-1
No files found.
coreapi/message_storage.c
View file @
e87403f3
...
...
@@ -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
;
...
...
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