resource: fix log topic

This commit is contained in:
Wim Taymans 2022-02-02 21:32:28 +01:00
parent 336bc0eee5
commit 8aea38e81a

View file

@ -31,8 +31,8 @@
#include <spa/debug/types.h>
PW_LOG_TOPIC_EXTERN(log_device);
#define PW_LOG_TOPIC_DEFAULT log_device
PW_LOG_TOPIC_EXTERN(log_resource);
#define PW_LOG_TOPIC_DEFAULT log_resource
/** \cond */
struct impl {