Closed
Bug 50126
Opened 25 years ago
Closed 25 years ago
error in log string
Categories
(MailNews Core :: Networking, defect, P3)
MailNews Core
Networking
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mscott)
Details
Attachments
(1 file)
|
880 bytes,
patch
|
Details | Diff | Splinter Review |
the string in:
http://lxr.mozilla.org/mozilla/source/mailnews/imap/src/nsImapProtocol.cpp#1302
is incorrect:
The line says:
"Logging supressed for this command (it probably contained authentication
information")
the ending ) is at the wrong place!!!!
It should be:
"Logging supressed for this command (it probably contained authentication
information)"
and isn't supressed with two p's (suppressed) ??
| Reporter | ||
Comment 1•25 years ago
|
||
Ups I kind of meant that there's missing a ) in the end of the string...
| Reporter | ||
Updated•25 years ago
|
Severity: normal → trivial
| Reporter | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
thanks for the patch gemal! I just checked it in for you.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•