1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 03:16:37 +02:00

store the ssl fingerprint in the userstruct

This commit is contained in:
DukePyrolator
2010-12-07 07:59:30 +01:00
committed by Adam
parent f1d04a2f8e
commit 099ead02a5
6 changed files with 103 additions and 2 deletions
+2
View File
@@ -196,6 +196,8 @@ Log::~Log()
{
if (nofork && debug && this->Type >= LOG_NORMAL && this->Type <= LOG_DEBUG + debug - 1)
std::cout << GetTimeStamp() << " Debug: " << this->buf.str() << std::endl;
else if (nofork && this->Type <= LOG_TERMINAL)
std::cout << GetTimeStamp() << " " << this->buf.str() << std::endl;
else if (this->Type == LOG_TERMINAL)
std::cout << this->buf.str() << std::endl;
for (unsigned i = 0; Config && i < Config->LogInfos.size(); ++i)