Skip to content

Commit

Permalink
std: strip sillyness from debug comment in iotask teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
olsonjeffery authored and Kerra Olson committed Feb 10, 2013
1 parent a74296a commit 73507c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/uv_iotask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fn begin_teardown(data: *IoTaskLoopData) {
}
}
extern fn tear_down_walk_cb(handle: *libc::c_void, arg: *libc::c_void) {
log(debug, ~"IN TEARDOWN WALK CB BOYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE");
log(debug, ~"IN TEARDOWN WALK CB");
// pretty much, if we still have an active handle and it is *not*
// the async handle that facilities global loop communication, we
// want to barf out and fail
Expand Down

0 comments on commit 73507c1

Please sign in to comment.