diff --git a/status.h b/status.h index e89fc69..601d3dc 100644 --- a/status.h +++ b/status.h @@ -16,7 +16,7 @@ along with this program. If not, see . */ -#define DEBUG(level, args...) debug(level, __location__, __FUNCTION__, args) +#define DEBUG(level, ...) debug(level, __location__, __func__, __VA_ARGS__) typedef enum {