Curl debug output improvements and minor fixes.

This commit is contained in:
Aleric Inglewood
2012-08-12 03:33:33 +02:00
parent 8e1bbfe938
commit 164799e4c4
4 changed files with 97 additions and 22 deletions

View File

@@ -421,7 +421,8 @@ void cwdebug_backtrace(int n)
namespace debug
{
libcwd_do_type const libcw_do;
namespace libcwd { libcwd_do_type const libcw_do; }
ll_thread_local int Indent::S_indentation;
Indent::Indent(int indent) : M_indent(indent)