mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
remove experimental module version tags
add per-file revision tags and 'show version files' CLI command git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
logger.c
5
logger.c
@@ -25,6 +25,10 @@
|
||||
from <syslog.h> which is included by logger.h */
|
||||
#include <syslog.h>
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
ASTERISK_FILE_VERSION("$Revision$")
|
||||
|
||||
#include "asterisk/lock.h"
|
||||
#include "asterisk/options.h"
|
||||
#include "asterisk/channel.h"
|
||||
@@ -33,7 +37,6 @@
|
||||
#include "asterisk/cli.h"
|
||||
#include "asterisk/utils.h"
|
||||
#include "asterisk/manager.h"
|
||||
#include "asterisk.h"
|
||||
|
||||
static int syslog_level_map[] = {
|
||||
LOG_DEBUG,
|
||||
|
Reference in New Issue
Block a user