From 14942ecb171444838f952674af11850556437c90 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 21 Mar 2014 15:30:37 +0000 Subject: Revert r410981. aelparse blew up. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410993 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/ael/ael.flex | 2 +- res/ael/ael_lex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/ael/ael.flex b/res/ael/ael.flex index 0b6ec32f1..dab6ac05c 100644 --- a/res/ael/ael.flex +++ b/res/ael/ael.flex @@ -885,7 +885,7 @@ static void setup_filestack(char *fnamebuf2, int fnamebuf_siz, glob_t *globbuf, ast_log(LOG_ERROR, "fread() failed: %s\n", strerror(errno)); } buffer[stats.st_size] = 0; - ast_debug(1, " --Read in included file %s, %d chars\n",fnamebuf2, (int)stats.st_size); + ast_log(LOG_NOTICE," --Read in included file %s, %d chars\n",fnamebuf2, (int)stats.st_size); fclose(in1); if (include_stack[include_stack_index].fname) { free(include_stack[include_stack_index].fname); diff --git a/res/ael/ael_lex.c b/res/ael/ael_lex.c index 6aec03bee..e255fab70 100644 --- a/res/ael/ael_lex.c +++ b/res/ael/ael_lex.c @@ -3458,7 +3458,7 @@ static void setup_filestack(char *fnamebuf2, int fnamebuf_siz, glob_t *globbuf, ast_log(LOG_ERROR, "fread() failed: %s\n", strerror(errno)); } buffer[stats.st_size] = 0; - ast_debug(1, " --Read in included file %s, %d chars\n",fnamebuf2, (int)stats.st_size); + ast_log(LOG_NOTICE," --Read in included file %s, %d chars\n",fnamebuf2, (int)stats.st_size); fclose(in1); if (include_stack[include_stack_index].fname) { free(include_stack[include_stack_index].fname); -- cgit v1.2.3