Skip to content

Commit

Permalink
[mms-lib] Consistent output prefix for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 1, 2014
1 parent 8d03661 commit 05654fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mms-lib/test/media_type/test_media_type.c
Expand Up @@ -116,6 +116,7 @@ run_tests(

int main(int argc, char* argv[])
{
mms_log_set_type(MMS_LOG_TYPE_STDOUT, "test_media_type");
mms_log_stdout_timestamp = FALSE;
mms_log_default.level = MMS_LOGLEVEL_INFO;
return !run_tests(media_type_tests, G_N_ELEMENTS(media_type_tests));
Expand Down
1 change: 1 addition & 0 deletions mms-lib/test/mms_codec/test_mms_codec.c
Expand Up @@ -73,6 +73,7 @@ int main(int argc, char* argv[])
"m-send_3.req",
"m-send.conf"
};
mms_log_set_type(MMS_LOG_TYPE_STDOUT, "test_mms_codec");
mms_log_stdout_timestamp = FALSE;
mms_log_default.level = MMS_LOGLEVEL_INFO;
if (argc > 1) {
Expand Down

0 comments on commit 05654fe

Please sign in to comment.