mirror of
https://github.com/curl/curl.git
synced 2026-06-08 15:34:15 +03:00
Address comments from @icing
With debugging enabled, make it less chatty by default.
This commit is contained in:
parent
fa2e0c8f2a
commit
c0010b3f93
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
|
|||
* - 3 Informational
|
||||
* - 4 Verbose
|
||||
*/
|
||||
mbedtls_debug_set_threshold(4);
|
||||
mbedtls_debug_set_threshold(1);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue