зеркало из https://github.com/mozilla/pjs.git
Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.
r=a=mscott
This commit is contained in:
Родитель
4b6d5c40b9
Коммит
536c36f027
|
@ -1303,7 +1303,7 @@ nsresult nsImapProtocol::SendData(const char * dataBuffer, PRBool aSupressLoggin
|
||||||
if (!aSupressLogging)
|
if (!aSupressLogging)
|
||||||
Log("SendData", nsnull, dataBuffer);
|
Log("SendData", nsnull, dataBuffer);
|
||||||
else
|
else
|
||||||
Log("SendData", nsnull, "Logging supressed for this command (it probably contained authentication information");
|
Log("SendData", nsnull, "Logging suppressed for this command (it probably contained authentication information)");
|
||||||
rv = m_outputStream->Write(dataBuffer, PL_strlen(dataBuffer), &writeCount);
|
rv = m_outputStream->Write(dataBuffer, PL_strlen(dataBuffer), &writeCount);
|
||||||
if (NS_FAILED(rv))
|
if (NS_FAILED(rv))
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче