mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
resource: fix log topic
This commit is contained in:
parent
336bc0eee5
commit
8aea38e81a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue