From 1aa0a9be67ca1bd72283144e8cf6bc115083970f Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 21 Nov 2013 01:05:49 +0100 Subject: [PATCH] Minor bug fix. --- indra/llmessage/debug_libcurl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmessage/debug_libcurl.cpp b/indra/llmessage/debug_libcurl.cpp index e07cc4ba4..22362a87b 100644 --- a/indra/llmessage/debug_libcurl.cpp +++ b/indra/llmessage/debug_libcurl.cpp @@ -565,7 +565,7 @@ void debug_curl_remove_easy(CURL* handle) handles.erase(iter); Dout(dc::warning, "debug_curl_remove_easy(" << (void*)handle << "): removed"); } - llassert(!print_debug(handle)); + llassert(!gDebugCurlTerse || !print_debug(handle)); } bool debug_curl_print_debug(CURL* handle)