mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Re-commit the verbose branch.
This change permits each verbose destination (consoles, logger) to have its own concept of what the verbosity level is. The big feature here is that the logger will now be able to capture a particular verbosity level without condemning each console to need to suffer that level of verbosity. Additionally, a stray 'core set verbose' will no longer change what will go to the log. Review: https://reviewboard.asterisk.org/r/1599/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@355413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4369,7 +4369,7 @@ static int pbx_extension_helper(struct ast_channel *c, struct ast_context *con, | ||||
| 			ast_channel_trace_update(c); | ||||
| #endif | ||||
| 			ast_debug(1, "Launching '%s'\n", app->name); | ||||
| 			if (VERBOSITY_ATLEAST(3)) { | ||||
| 			{ | ||||
| 				char tmp[80], tmp2[80], tmp3[EXT_DATA_SIZE]; | ||||
| 				ast_verb(3, "Executing [%s@%s:%d] %s(\"%s\", \"%s\") %s\n", | ||||
| 					exten, context, priority, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user