Make webadmin's debug output for ETags more readable

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1373 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-02-05 15:33:48 +00:00
parent 35458af905
commit 8177a609d2
+1 -1
View File
@@ -186,7 +186,7 @@ bool CHTTPSock::PrintFile(const CString& sFileName, CString sContentType) {
}
}
DEBUG("ETag: [" << sETag << "] / If-None-Match [" << m_sIfNoneMatch << "]");
DEBUG("- ETag: [" << sETag << "] / If-None-Match [" << m_sIfNoneMatch << "]");
Close(Csock::CLT_AFTERWRITE);