mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Add verbose messages to be logged (bug #599)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,6 +88,12 @@ extern void ast_console_puts(const char *string);
|
||||
#define __LOG_ERROR 4
|
||||
#define LOG_ERROR __LOG_ERROR, _A_
|
||||
|
||||
#ifdef LOG_VERBOSE
|
||||
#undef LOG_VERBOSE
|
||||
#endif
|
||||
#define __LOG_VERBOSE 5
|
||||
#define LOG_VERBOSE __LOG_VERBOSE, _A_
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user