Closed
Bug 461029
Opened 15 years ago
Closed 15 years ago
Log POP errors to the PR_LOG module
Categories
(MailNews Core :: Networking: POP, defect)
MailNews Core
Networking: POP
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
470 bytes,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
At the moment we have an Error() function in nsPop3Protocol that will display errors to the user. However, this function has no console-based form of logging; this means we don't see what errors the user has been presented with (if using NSPR_LOG_MODULES) and we have no chance of seeing what is going on in xpcshell tests. The attached patch adds a PR_LOG line so that we'll log the error. It still means for xpcshell tests that NSPR_LOG_MODULES needs enabling for pop, but its certainly better than the situation now.
Attachment #344168 -
Flags: superreview?(bienvenu)
Attachment #344168 -
Flags: review?(bienvenu)
Updated•15 years ago
|
Attachment #344168 -
Flags: superreview?(bienvenu)
Attachment #344168 -
Flags: superreview+
Attachment #344168 -
Flags: review?(bienvenu)
Attachment #344168 -
Flags: review+
Assignee | ||
Comment 1•15 years ago
|
||
Checked in, changeset id: http://hg.mozilla.org/comm-central/rev/af9bdd73afd8
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b2
Updated•15 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•