From f448041ec0a6ce5caead0829f309a06cabcdd156 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 2 Jun 2018 13:24:17 -0400 Subject: no error logging for CURL HTTP requests; future callers can request it if necessary --- gtk2_ardour/utils_videotl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/utils_videotl.cc') diff --git a/gtk2_ardour/utils_videotl.cc b/gtk2_ardour/utils_videotl.cc index b6eace7675..11b7230dde 100644 --- a/gtk2_ardour/utils_videotl.cc +++ b/gtk2_ardour/utils_videotl.cc @@ -273,7 +273,7 @@ VideoUtils::video_query_info ( , video_server_url.c_str() , (video_server_url.length()>0 && video_server_url.at(video_server_url.length()-1) == '/')?"":"/" , filepath.c_str()); - std::string res = ArdourCurl::http_get (url); + std::string res = ArdourCurl::http_get (url, false); if (res.empty ()) { return false; } -- cgit v1.2.3