mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
WIP object model change
Work on cleanup
This commit is contained in:
parent
c25ccbb4ba
commit
0d21d633c9
26 changed files with 912 additions and 821 deletions
|
|
@ -46,7 +46,7 @@ void pinos_log_logv (SpaLogLevel level,
|
|||
#if __STDC_VERSION__ >= 199901L
|
||||
|
||||
#define pinos_log_logc(lev,...) \
|
||||
if (SPA_UNLIKELY (lev >= pinos_log_level)) \
|
||||
if (SPA_UNLIKELY (lev <= pinos_log_level)) \
|
||||
pinos_log_log(lev,__VA_ARGS__)
|
||||
|
||||
#define pinos_log_error(...) pinos_log_logc(SPA_LOG_LEVEL_ERROR,__FILE__,__LINE__,__func__,__VA_ARGS__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue