mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
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:
parent
5586d4bf4f
commit
e83f11310d
@ -1303,7 +1303,7 @@ nsresult nsImapProtocol::SendData(const char * dataBuffer, PRBool aSupressLoggin
|
||||
if (!aSupressLogging)
|
||||
Log("SendData", nsnull, dataBuffer);
|
||||
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);
|
||||
if (NS_FAILED(rv))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user