diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2013-02-04 18:00:21 -0800 |
|---|---|---|
| committer | Kerra Olson <kerra@mbp.local> | 2013-02-10 11:51:05 -0800 |
| commit | 73507c1961f7e8f5b6aef2a6d15867360906cd7f (patch) | |
| tree | d4bcc4764a883f52fb4cbed60c403e4885502b8d | |
| parent | a74296a39fe9988516dde322a61374c65fc86b25 (diff) | |
| download | rust-73507c1961f7e8f5b6aef2a6d15867360906cd7f.tar.gz rust-73507c1961f7e8f5b6aef2a6d15867360906cd7f.zip | |
std: strip sillyness from debug comment in iotask teardown
| -rw-r--r-- | src/libstd/uv_iotask.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/uv_iotask.rs b/src/libstd/uv_iotask.rs index da5fbc3438a..ccb3175eef4 100644 --- a/src/libstd/uv_iotask.rs +++ b/src/libstd/uv_iotask.rs @@ -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 |
