Corrected the LV2_DEBUG macro in release mode
This commit is contained in:
parent
4916b94fc3
commit
f4595d278c
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
#ifndef NDEBUG
|
||||
#define LV2_DEBUG(...) lv2_log_note(&self->logger, "[DEBUG] " __VA_ARGS__)
|
||||
#else
|
||||
#define LV2_DEBUG(printargs)
|
||||
#define LV2_DEBUG(...)
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue