mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
parent
979a81a70d
commit
e83bf8a33f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ struct spa_log_methods {
|
|||
#else
|
||||
|
||||
#define SPA_LOG_FUNC(name,lev) \
|
||||
static inline void spa_log_##name (struct spa_log *l, const char *format, ...) \
|
||||
static inline SPA_PRINTF_FUNC(2,3) void spa_log_##name (struct spa_log *l, const char *format, ...) \
|
||||
{ \
|
||||
if (SPA_UNLIKELY(spa_log_level_enabled(l, lev))) { \
|
||||
va_list varargs; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue