From 576f59a79bb79234ce259167ba17885ac8fc020b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 27 Jun 2012 13:15:48 -0700 Subject: Change 'upcall fail' to 'task failed at', close #2678. --- src/rt/rust_task.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index adbd75f1c90..e5d61fda93d 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -289,9 +289,7 @@ void rust_task::begin_failure(char const *expr, char const *file, size_t line) { if (expr) { - // FIXME (#2678): Change this message to be - // 'task failed at ...' - LOG_ERR(this, task, "upcall fail '%s', %s:%" PRIdPTR, + LOG_ERR(this, task, "task failed at '%s', %s:%" PRIdPTR, expr, file, line); } -- cgit 1.4.1-3-g733a5