modules: move some spa_debug_mem to the log

Instead of dumping to stderr, write it to the log file.
This commit is contained in:
Wim Taymans 2024-01-11 17:49:50 +01:00
parent 4b145ad444
commit 9a5609de2b
10 changed files with 14 additions and 12 deletions

View file

@ -13,6 +13,7 @@
#include <spa/control/control.h>
#include <spa/debug/types.h>
#include <spa/debug/mem.h>
#include <spa/debug/log.h>
#include "config.h"