summaryrefslogtreecommitdiff
path: root/utils/ael_main.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-05-21 22:34:27 +0000
committerMark Michelson <mmichelson@digium.com>2008-05-21 22:34:27 +0000
commit1b8f183ca3d92cf0da85b1524fdcc9d396833e4b (patch)
treeb4daa61a1227e0b8a13da3c6030a45598a8a2e2f /utils/ael_main.c
parent04689cc5b35038c81e45a148769461b1d546ca71 (diff)
This change makes it so that logs will report the correct source of verbose messages.
Until this change, all verbose messages in Asterisk's log files reported logger.c as the source of the message. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@117693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/ael_main.c')
-rw-r--r--utils/ael_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 1fc955ab9..f8477edd1 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -108,7 +108,7 @@ void ast_cli_unregister_multiple(void);
void ast_context_destroy(void);
void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...);
char *ast_process_quotes_and_slashes(char *start, char find, char replace_with);
-void ast_verbose(const char *fmt, ...);
+void __ast_verbose(const char *file, int line, const char *func, const char *fmt, ...);
struct ast_app *pbx_findapp(const char *app);
void filter_leading_space_from_exprs(char *str);
void filter_newlines(char *str);