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
certified/1.8.6
Russell Bryant 15 years ago
parent da0138932e
commit 4e77fc3c58

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

Loading…
Cancel
Save