diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-06-27 13:15:48 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-06-27 13:30:49 -0700 |
| commit | 576f59a79bb79234ce259167ba17885ac8fc020b (patch) | |
| tree | caaf316747475b97625f80d8fcdc32371ff2ea81 /src/rt/rust_task.cpp | |
| parent | d3c6119a7a68732ff95efdec356ac7abb0f6f6f4 (diff) | |
| download | rust-576f59a79bb79234ce259167ba17885ac8fc020b.tar.gz rust-576f59a79bb79234ce259167ba17885ac8fc020b.zip | |
Change 'upcall fail' to 'task failed at', close #2678.
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 4 |
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); } |
