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:
Russell Bryant 2010-06-03 20:41:24 +00:00
parent da0138932e
commit 4e77fc3c58
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}