From 982aa217698e6b78c5ea82599665c633f386325b Mon Sep 17 00:00:00 2001 From: mmichelson Date: Tue, 31 Mar 2009 22:12:52 +0000 Subject: Fix trunk's compilation. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@185604 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_queue.c') diff --git a/apps/app_queue.c b/apps/app_queue.c index aa43f4a64..5726d4c5c 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -5604,7 +5604,7 @@ static void reload_single_member(const char *memberdata, struct call_queue *q) ); if (ast_strlen_zero(memberdata)) { - ast_log(LOG_WARNING, "Empty queue member definition at line %d. Moving on!\n", var->lineno); + ast_log(LOG_WARNING, "Empty queue member definition. Moving on!\n"); return; } -- cgit v1.2.3