Skip to content
Snippets Groups Projects
Commit 9d148dd5 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10725: codeclist: cleanup logging

parent bff9c9d4
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ void codec_set_prefered_order(guint codec_index, GQueue *q)
void codec_list_move_codec_up(guint codec_index, GQueue **q)
{
DEBUG("Codec list Size: %i \n", codec_list_get_size());
DEBUG("Codec list size: %i \n", codec_list_get_size());
GQueue *tmp = *q;
......@@ -190,8 +190,7 @@ void codec_list_move_codec_up(guint codec_index, GQueue **q)
void codec_list_move_codec_down(guint codec_index, GQueue **q)
{
DEBUG("Codec list Size: %i \n", codec_list_get_size());
DEBUG("Codec list size: %i \n", codec_list_get_size());
GQueue *tmp = *q;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment