mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Remove a LOG_WARNING.
This came up when using the sample configs, and just indicates expected behavior. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -3985,7 +3985,6 @@ static void initialize_cc_max_requests(void) | ||||
|  | ||||
| 	if (!(cc_max_requests_str = ast_variable_retrieve(cc_config, "general", "cc_max_requests"))) { | ||||
| 		ast_config_destroy(cc_config); | ||||
| 		ast_log(LOG_WARNING, "No cc_max_requests defined. Using default\n"); | ||||
| 		global_cc_max_requests = GLOBAL_CC_MAX_REQUESTS_DEFAULT; | ||||
| 		return; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user