Closed
Bug 349951
Opened 18 years ago
Closed 18 years ago
incorrect LOG statement for no pollable event
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.42 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/seamonkey/source/netwerk/base/src/nsSocketTransportService2.cpp#376
376 NS_WARN_IF_FALSE(mThreadEvent,
377 "running socket transport thread without a pollable event");
378 LOG(("running socket transport thread without a pollable event"));
The LOG statement needs to be conditional
Assignee | ||
Comment 1•18 years ago
|
||
very low risk patch... just fixes some logging code
Attachment #235171 -
Flags: superreview?(darin)
Attachment #235171 -
Flags: review?(darin)
Attachment #235171 -
Flags: approval1.8.1?
Updated•18 years ago
|
Attachment #235171 -
Flags: superreview?(darin)
Attachment #235171 -
Flags: superreview+
Attachment #235171 -
Flags: review?(darin)
Attachment #235171 -
Flags: review+
Comment 2•18 years ago
|
||
Comment on attachment 235171 [details] [diff] [review]
patch
a=beltzner on behalf of drivers for the MOZILLA_1_8_BRANCH
Attachment #235171 -
Flags: approval1.8.1? → approval1.8.1+
Assignee | ||
Comment 3•18 years ago
|
||
HEAD:
Checking in nsSocketTransportService2.cpp;
/cvsroot/mozilla/netwerk/base/src/nsSocketTransportService2.cpp,v <-- nsSocketTransportService2.cpp
new revision: 1.24; previous revision: 1.23
done
MOZILLA_1_8_BRANCH:
Checking in nsSocketTransportService2.cpp;
/cvsroot/mozilla/netwerk/base/src/nsSocketTransportService2.cpp,v <-- nsSocketTransportService2.cpp
new revision: 1.20.4.2; previous revision: 1.20.4.1
done
You need to log in
before you can comment on or make changes to this bug.
Description
•