Change 'upcall fail' to 'task failed at', close #2678.

This commit is contained in:
Graydon Hoare
2012-06-27 13:15:48 -07:00
parent d3c6119a7a
commit 576f59a79b

View File

@@ -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);
}