From: Seven Du Date: Tue, 30 Jul 2013 14:12:58 +0000 (+0800) Subject: add back the log line deleted by accident X-Git-Tag: v1.4.1~19^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d945e8935430580c047a0905899493c9ce6b0a;p=thirdparty%2Ffreeswitch.git add back the log line deleted by accident --- diff --git a/src/mod/applications/mod_curl/mod_curl.c b/src/mod/applications/mod_curl/mod_curl.c index 858b28f0b4..7d62342c4a 100644 --- a/src/mod/applications/mod_curl/mod_curl.c +++ b/src/mod/applications/mod_curl/mod_curl.c @@ -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) {