Skip to content

Commit

Permalink
Reduce verbosity a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Oct 27, 2024
1 parent c9749ab commit 9b8c417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void test_emac_memory_cb(int opt)
void test_emac_memory()
{
RESET_ALL_ERROR_FLAGS;
SET_TRACE_LEVEL(TRACE_SEND | TRACE_SUCCESS | TRACE_FAILURE);
SET_TRACE_LEVEL(TRACE_FAILURE);

if (ECHO_SERVER_ADDRESS_KNOWN) {
START_TEST_LOOP(test_emac_memory_cb, 100ms);
Expand Down

0 comments on commit 9b8c417

Please sign in to comment.