From 1838c739869b81a7688ca276c3b252e7000a00bc Mon Sep 17 00:00:00 2001 From: prozacx Date: Wed, 8 Feb 2006 06:09:03 +0000 Subject: [PATCH] Added extra debug info git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@615 726aef4b-f618-498e-8847-2d620e286838 --- HTTPSock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPSock.cpp b/HTTPSock.cpp index 4588abd9..bae76b1e 100644 --- a/HTTPSock.cpp +++ b/HTTPSock.cpp @@ -311,7 +311,7 @@ bool CHTTPSock::PrintHeader(unsigned long uContentLength, const CString& sConten return false; } - DEBUG_ONLY(cout << "- " << uStatusId << " (" << sStatusMsg << ")" << endl); + DEBUG_ONLY(cout << "- " << uStatusId << " (" << sStatusMsg << ") [" << sContentType << "]" << endl); if (!sContentType.empty()) { m_sContentType = sContentType; }