We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74296a commit 73507c1Copy full SHA for 73507c1
src/libstd/uv_iotask.rs
@@ -186,7 +186,7 @@ fn begin_teardown(data: *IoTaskLoopData) {
186
}
187
188
extern fn tear_down_walk_cb(handle: *libc::c_void, arg: *libc::c_void) {
189
- log(debug, ~"IN TEARDOWN WALK CB BOYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE");
+ log(debug, ~"IN TEARDOWN WALK CB");
190
// pretty much, if we still have an active handle and it is *not*
191
// the async handle that facilities global loop communication, we
192
// want to barf out and fail
0 commit comments