diff --git a/src/main.c b/src/main.c index 8c5ba98..1b11369 100644 --- a/src/main.c +++ b/src/main.c @@ -531,7 +531,7 @@ static void unproc_thread(void) { goto next; } - h5_print_header(&hdr); + LOG_HEXDUMP_DBG(&hdr, sizeof(hdr), "Header"); struct net_buf *rx_buf = NULL;