From 1b8f183ca3d92cf0da85b1524fdcc9d396833e4b Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 21 May 2008 22:34:27 +0000 Subject: 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 --- utils/refcounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/refcounter.c') diff --git a/utils/refcounter.c b/utils/refcounter.c index 4d4d9dbb0..5e750619e 100644 --- a/utils/refcounter.c +++ b/utils/refcounter.c @@ -250,7 +250,7 @@ void ast_log(int level, const char *file, int line, const char *function, const va_end(vars); } -void ast_verbose(const char *fmt, ...) +void __ast_verbose(const char *file, int line, const char *func, const char *fmt, ...) { va_list vars; va_start(vars,fmt); -- cgit v1.2.3