diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h index a2a28809f2..e147e8ef6a 100644 --- a/include/asterisk/logger.h +++ b/include/asterisk/logger.h @@ -168,7 +168,7 @@ void ast_console_toggle_loglevel(int fd, int level, int state); #ifdef AST_LOG_VERBOSE #undef AST_LOG_VERBOSE #endif -#define LOG_VERBOSE __LOG_VERBOSE, _A_ +#define AST_LOG_VERBOSE __LOG_VERBOSE, _A_ #ifdef LOG_DTMF #undef LOG_DTMF