mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add a massive set of changes for converting to use the ast_debug() macro.
(issue #9957, patches from mvanbaak, caio1982, critch, and dimas) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -105,8 +105,7 @@ static int asyncgoto_exec(struct ast_channel *chan, void *data) | ||||
| 		goto chanquit; | ||||
| 	} | ||||
|  | ||||
| 	if (option_debug > 1) | ||||
| 		ast_log(LOG_DEBUG, "Attempting async goto (%s) to %s|%s|%d\n", args.channel, S_OR(context, chan2->context), S_OR(exten, chan2->exten), prio); | ||||
| 	ast_debug(2, "Attempting async goto (%s) to %s|%s|%d\n", args.channel, S_OR(context, chan2->context), S_OR(exten, chan2->exten), prio); | ||||
|  | ||||
| 	if (ast_async_goto_if_exists(chan2, S_OR(context, chan2->context), S_OR(exten, chan2->exten), prio)) | ||||
| 		ast_log(LOG_WARNING, "%s failed for %s\n", app, args.channel); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user