From 73507c1961f7e8f5b6aef2a6d15867360906cd7f Mon Sep 17 00:00:00 2001 From: Jeff Olson Date: Mon, 4 Feb 2013 18:00:21 -0800 Subject: [PATCH] std: strip sillyness from debug comment in iotask teardown --- src/libstd/uv_iotask.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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