add back the log line deleted by accident

This commit is contained in:
Seven Du 2013-07-30 22:12:58 +08:00
parent b5e1725d52
commit 92d945e893
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ static http_data_t *do_lookup_url(switch_memory_pool_t *pool, const char *url, c
method = "get";
}
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "method: %s, url: %s, content-type: %s\n", method, url, content_type);
curl_handle = switch_curl_easy_init();
if (options) {