Change 'upcall fail' to 'task failed at', close #2678.
This commit is contained in:
parent
d3c6119a7a
commit
576f59a79b
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue