fix #58454. this extra logging call made it look we were doing

two XOVERs.  sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-03-19 22:16:55 +00:00
Родитель cdce771b29
Коммит a9cada86a3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -3344,7 +3344,6 @@ PRInt32 nsNNTPProtocol::XoverSend()
m_firstArticle,
m_lastArticle);
PR_LOG(NNTP,PR_LOG_ALWAYS,("XOVER %d-%d", m_firstArticle, m_lastArticle));
NNTP_LOG_WRITE(outputBuffer);
m_nextState = NNTP_RESPONSE;