From b18bb26c9dce60644a40d065f3b8564a4899f93f Mon Sep 17 00:00:00 2001 From: Seven Du Date: Tue, 30 Jul 2013 22:12:58 +0800 Subject: [PATCH] add back the log line deleted by accident --- src/mod/applications/mod_curl/mod_curl.c | 1 + 1 file changed, 1 insertion(+) 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) {