about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp4
1 files changed, 1 insertions, 3 deletions
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);
     }