From daf5f5a4d10513ff42e79fa7ef8819b170f3a13d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 21 Oct 2013 13:08:31 -0700 Subject: Drop the '2' suffix from logging macros Who doesn't like a massive renaming? --- src/libstd/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/run.rs') diff --git a/src/libstd/run.rs b/src/libstd/run.rs index 0d32efbba88..a4060586318 100644 --- a/src/libstd/run.rs +++ b/src/libstd/run.rs @@ -229,7 +229,7 @@ impl Process { ((1, o), (2, e)) => (e, o), ((2, e), (1, o)) => (e, o), ((x, _), (y, _)) => { - fail2!("unexpected file numbers: {}, {}", x, y); + fail!("unexpected file numbers: {}, {}", x, y); } }; -- cgit 1.4.1-3-g733a5