Skip to content

Commit

Permalink
don't log to err
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 18, 2024
1 parent cba509a commit 6a5627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memtrace_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static int s_test_memtrace_stacks(struct aws_allocator *allocator, void *ctx) {
/* if this is not a debug build, there may not be symbols, so the test cannot
* verify if a best effort was made */
#if defined(DEBUG_BUILD)
fprintf(stderr, "%s\n", test_logger->log_buffer.buffer);
/* fprintf(stderr, "%s\n", test_logger->log_buffer.buffer); */
char s_alloc_1_addr[32];
char s_alloc_2_addr[32];
char s_alloc_3_addr[32];
Expand Down

0 comments on commit 6a5627c

Please sign in to comment.