about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2013-02-04 18:00:21 -0800
committerKerra Olson <kerra@mbp.local>2013-02-10 11:51:05 -0800
commit73507c1961f7e8f5b6aef2a6d15867360906cd7f (patch)
treed4bcc4764a883f52fb4cbed60c403e4885502b8d
parenta74296a39fe9988516dde322a61374c65fc86b25 (diff)
downloadrust-73507c1961f7e8f5b6aef2a6d15867360906cd7f.tar.gz
rust-73507c1961f7e8f5b6aef2a6d15867360906cd7f.zip
std: strip sillyness from debug comment in iotask teardown
-rw-r--r--src/libstd/uv_iotask.rs2
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